Condividi tramite


DiskEncryptionSetCollection.CreateOrUpdateAsync Method

Definition

Creates or updates a disk encryption set

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}
  • Operation Id: DiskEncryptionSets_CreateOrUpdate
  • Default Api Version: 2023-10-02
  • Resource: DiskEncryptionSetResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.DiskEncryptionSetResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string diskEncryptionSetName, Azure.ResourceManager.Compute.DiskEncryptionSetData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Compute.DiskEncryptionSetData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.DiskEncryptionSetResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Compute.DiskEncryptionSetData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.DiskEncryptionSetResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, diskEncryptionSetName As String, data As DiskEncryptionSetData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of DiskEncryptionSetResource))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

diskEncryptionSetName
String

The name of the disk encryption set that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The maximum name length is 80 characters.

data
DiskEncryptionSetData

disk encryption set object supplied in the body of the Put disk encryption set operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

diskEncryptionSetName is an empty string, and was expected to be non-empty.

diskEncryptionSetName or data is null.

Applies to