GenericResource.DefinitionStages.WithCreate 接口
定义
A deployment definition with sufficient inputs to create a new resource in the cloud, but exposing additional optional inputs to specify.
public interface WithCreate extends GenericResource.DefinitionStages.WithParentResource,GenericResource.DefinitionStages.WithApiVersion,Creatable<GenericResource>,Resource.DefinitionWithTags<WithCreate>
继承成员
Creatable<T>.create()
Creatable<T>.createAsync(final ServiceCallback<T> callback)
Creatable<T>.createAsync()
Indexable.key()
HasName.name()
GenericResource.DefinitionStages.WithApiVersion.withApiVersion(String apiVersion)
GenericResource.DefinitionStages.WithParentResource.withParentResourceId(String parentResourceId)
GenericResource.DefinitionStages.WithParentResource.withParentResourcePath(String parentResourcePath)
Resource.DefinitionWithTags<T>.withTag(String key, String value)
Resource.DefinitionWithTags<T>.withTags(Map<String, String> tags)
方法
withProperties(Object properties) |
Specifies other properties.
|