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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java