Disk.DefinitionStages.WithCreate Interface
Implements
WithAvailabilityZone
WithDiskEncryption
WithHibernationSupport
WithHyperVGeneration
WithLogicalSectorSize
WithPublicNetworkAccess
WithSku
DefinitionWithTags<WithCreate>
Creatable<Disk>
public static interface Disk.DefinitionStages.WithCreate
extends Creatable<Disk>, DefinitionWithTags<WithCreate>, WithSku, WithAvailabilityZone, WithDiskEncryption, WithHibernationSupport, WithLogicalSectorSize, WithHyperVGeneration, WithPublicNetworkAccess
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 Type | Method and Description |
---|---|
abstract Accepted<Disk> |
beginCreate()
Begins creating the disk resource. |
Method Details
beginCreate
public abstract Accepted
Begins creating the disk resource.
Returns:
the accepted create operation
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java