Disk.DefinitionStages.WithCreateAndSize 接口
定义
The stage of the managed disk definition allowing to create the disk or optionally specify size.
public interface WithCreateAndSize extends Disk.DefinitionStages.WithCreate
继承成员
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)
方法
withSizeInGB(int sizeInGB) |
Specifies the disk size.
|