Interface Disk.DefinitionStages.WithCreate
-
- All Superinterfaces:
Creatable<Disk>,Disk.DefinitionStages.WithAvailabilityZone,Disk.DefinitionStages.WithDiskEncryption,Disk.DefinitionStages.WithSku,HasName,Indexable,Resource.DefinitionWithTags<Disk.DefinitionStages.WithCreate>
- All Known Subinterfaces:
Disk.Definition,Disk.DefinitionStages.WithCreateAndSize
- Enclosing interface:
- Disk.DefinitionStages
public static interface Disk.DefinitionStages.WithCreate extends Creatable<Disk>, Resource.DefinitionWithTags<Disk.DefinitionStages.WithCreate>, Disk.DefinitionStages.WithSku, Disk.DefinitionStages.WithAvailabilityZone, Disk.DefinitionStages.WithDiskEncryption
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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Accepted<Disk>beginCreate()Begins creating the disk resource.-
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.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
-
-