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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Java