你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Disk.DefinitionStages.WithCreate Interface
public interface WithCreate extends Creatable,Resource.DefinitionWithTags<Disk.DefinitionStages.WithCreate>,Disk.DefinitionStages.WithSku,Disk.DefinitionStages.WithAvailabilityZone
The stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified.
Inherited Members
Creatable<T>.create()
Creatable<T>.createAsync(final ServiceCallback<T> callback)
Creatable<T>.createAsync()
Indexable.key()
HasName.name()
Disk.DefinitionStages.WithAvailabilityZone.withAvailabilityZone(AvailabilityZoneId zoneId)
Disk.DefinitionStages.WithSku.withSku(DiskSkuTypes sku)
Resource.DefinitionWithTags<T>.withTag(String key, String value)
Resource.DefinitionWithTags<T>.withTags(Map<String, String> tags)