Share via


EncryptionScopeResource.UpdateAsync Method

Definition

Update encryption scope properties as specified in the request body. Update fails if the specified encryption scope does not already exist.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/encryptionScopes/{encryptionScopeName}
  • Operation Id: EncryptionScopes_Patch
  • Default Api Version: 2022-09-01
  • Resource: EncryptionScopeResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Storage.EncryptionScopeResource>> UpdateAsync (Azure.ResourceManager.Storage.EncryptionScopeData data, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.Storage.EncryptionScopeData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Storage.EncryptionScopeResource>>
override this.UpdateAsync : Azure.ResourceManager.Storage.EncryptionScopeData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Storage.EncryptionScopeResource>>
Public Overridable Function UpdateAsync (data As EncryptionScopeData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of EncryptionScopeResource))

Parameters

data
EncryptionScopeData

Encryption scope properties to be used for the update.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

data is null.

Applies to