Interface Disk.DefinitionStages.WithCreate
- All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.model.Creatable<Disk>, Disk.DefinitionStages.WithAvailabilityZone, Disk.DefinitionStages.WithDiskEncryption, Disk.DefinitionStages.WithDiskSharing, Disk.DefinitionStages.WithHibernationSupport, Disk.DefinitionStages.WithHyperVGeneration, Disk.DefinitionStages.WithIopsThroughput, Disk.DefinitionStages.WithLogicalSectorSize, Disk.DefinitionStages.WithPublicNetworkAccess, Disk.DefinitionStages.WithSku, com.azure.resourcemanager.resources.fluentcore.arm.models.HasName, com.azure.resourcemanager.resources.fluentcore.model.Indexable, com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags<Disk.DefinitionStages.WithCreate>
- All Known Subinterfaces:
Disk.Definition, Disk.DefinitionStages.WithCreateAndSize
- Enclosing interface:
Disk.DefinitionStages
public static interface Disk.DefinitionStages.WithCreate
extends com.azure.resourcemanager.resources.fluentcore.model.Creatable<Disk>, com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags<Disk.DefinitionStages.WithCreate>, Disk.DefinitionStages.WithSku, Disk.DefinitionStages.WithAvailabilityZone, Disk.DefinitionStages.WithDiskEncryption, Disk.DefinitionStages.WithHibernationSupport, Disk.DefinitionStages.WithLogicalSectorSize, Disk.DefinitionStages.WithHyperVGeneration, Disk.DefinitionStages.WithPublicNetworkAccess, Disk.DefinitionStages.WithIopsThroughput, Disk.DefinitionStages.WithDiskSharing
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 TypeMethodDescriptioncom.azure.resourcemanager.resources.fluentcore.model.Accepted<Disk> Begins creating the disk resource.default com.azure.resourcemanager.resources.fluentcore.model.Accepted<Disk> beginCreate(com.azure.core.util.Context context) Begins creating the disk resource.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsyncMethods inherited from interface Disk.DefinitionStages.WithAvailabilityZone
withAvailabilityZoneMethods inherited from interface Disk.DefinitionStages.WithDiskEncryption
withDiskEncryptionSetMethods inherited from interface Disk.DefinitionStages.WithDiskSharing
withMaximumSharesMethods inherited from interface Disk.DefinitionStages.WithHibernationSupport
withHibernationSupportMethods inherited from interface Disk.DefinitionStages.WithHyperVGeneration
withHyperVGenerationMethods inherited from interface Disk.DefinitionStages.WithIopsThroughput
withIopsReadOnly, withIopsReadWrite, withMBpsReadOnly, withMBpsReadWriteMethods inherited from interface Disk.DefinitionStages.WithLogicalSectorSize
withLogicalSectorSizeInBytesMethods inherited from interface Disk.DefinitionStages.WithPublicNetworkAccess
disablePublicNetworkAccessMethods inherited from interface Disk.DefinitionStages.WithSku
withSkuMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
nameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Indexable
keyMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTags
-
Method Details
-
beginCreate
com.azure.resourcemanager.resources.fluentcore.model.Accepted<Disk> beginCreate()Begins creating the disk resource.- Returns:
- the accepted create operation
-
beginCreate
default com.azure.resourcemanager.resources.fluentcore.model.Accepted<Disk> beginCreate(com.azure.core.util.Context context) Begins creating the disk resource.- Parameters:
context- theContextof the request- Returns:
- the accepted create operation
-