Interface Disk.DefinitionStages.WithCreate
- All Superinterfaces:
Creatable<Disk>,Disk.DefinitionStages.WithAvailabilityZone,Disk.DefinitionStages.WithDiskEncryption,Disk.DefinitionStages.WithHibernationSupport,Disk.DefinitionStages.WithHyperVGeneration,Disk.DefinitionStages.WithLogicalSectorSize,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, Disk.DefinitionStages.WithHibernationSupport, Disk.DefinitionStages.WithLogicalSectorSize, Disk.DefinitionStages.WithHyperVGeneration
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
Modifier and TypeMethodDescriptionBegins creating the disk resource.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.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.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
-
beginCreate
Begins creating the disk resource.- Returns:
- the accepted create operation
-