Interface Disk.DefinitionStages.WithCreateAndSize
- All Superinterfaces:
Creatable<Disk>,Disk.DefinitionStages.WithAvailabilityZone,Disk.DefinitionStages.WithCreate,Disk.DefinitionStages.WithDiskEncryption,Disk.DefinitionStages.WithHibernationSupport,Disk.DefinitionStages.WithHyperVGeneration,Disk.DefinitionStages.WithLogicalSectorSize,Disk.DefinitionStages.WithPublicNetworkAccess,Disk.DefinitionStages.WithSku,HasName,Indexable,Resource.DefinitionWithTags<Disk.DefinitionStages.WithCreate>
- All Known Subinterfaces:
Disk.Definition
- Enclosing interface:
Disk.DefinitionStages
public static interface Disk.DefinitionStages.WithCreateAndSize
extends Disk.DefinitionStages.WithCreate
The stage of the managed disk definition allowing to create the disk or optionally specify size.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsyncMethods inherited from interface com.azure.resourcemanager.compute.models.Disk.DefinitionStages.WithAvailabilityZone
withAvailabilityZoneMethods inherited from interface com.azure.resourcemanager.compute.models.Disk.DefinitionStages.WithCreate
beginCreateMethods inherited from interface com.azure.resourcemanager.compute.models.Disk.DefinitionStages.WithDiskEncryption
withDiskEncryptionSetMethods inherited from interface com.azure.resourcemanager.compute.models.Disk.DefinitionStages.WithHibernationSupport
withHibernationSupportMethods inherited from interface com.azure.resourcemanager.compute.models.Disk.DefinitionStages.WithHyperVGeneration
withHyperVGenerationMethods inherited from interface com.azure.resourcemanager.compute.models.Disk.DefinitionStages.WithLogicalSectorSize
withLogicalSectorSizeInBytesMethods inherited from interface com.azure.resourcemanager.compute.models.Disk.DefinitionStages.WithPublicNetworkAccess
disablePublicNetworkAccessMethods inherited from interface com.azure.resourcemanager.compute.models.Disk.DefinitionStages.WithSku
withSkuMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
nameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTags
-
Method Details
-
withSizeInGB
Specifies the disk size.- Parameters:
sizeInGB- the disk size in GB- Returns:
- the next stage of the definition
-