Interface Disk.DefinitionStages.WithCreateAndSize
-
- All Superinterfaces:
Creatable<Disk>,Disk.DefinitionStages.WithAvailabilityZone,Disk.DefinitionStages.WithCreate,Disk.DefinitionStages.WithDiskEncryption,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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Disk.DefinitionStages.WithCreatewithSizeInGB(int sizeInGB)Specifies the disk size.-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsync
-
Methods inherited from interface com.azure.resourcemanager.compute.models.Disk.DefinitionStages.WithAvailabilityZone
withAvailabilityZone
-
Methods inherited from interface com.azure.resourcemanager.compute.models.Disk.DefinitionStages.WithCreate
beginCreate
-
Methods inherited from interface com.azure.resourcemanager.compute.models.Disk.DefinitionStages.WithDiskEncryption
withDiskEncryptionSet
-
Methods inherited from interface com.azure.resourcemanager.compute.models.Disk.DefinitionStages.WithSku
withSku
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTags
-
-
-
-
Method Detail
-
withSizeInGB
Disk.DefinitionStages.WithCreate withSizeInGB(int sizeInGB)
Specifies the disk size.- Parameters:
sizeInGB- the disk size in GB- Returns:
- the next stage of the definition
-
-