Share via


EncryptionScopeResource.Update(EncryptionScopeData, CancellationToken) 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 Azure.Response<Azure.ResourceManager.Storage.EncryptionScopeResource> Update (Azure.ResourceManager.Storage.EncryptionScopeData data, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.Storage.EncryptionScopeData * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Storage.EncryptionScopeResource>
override this.Update : Azure.ResourceManager.Storage.EncryptionScopeData * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Storage.EncryptionScopeResource>
Public Overridable Function Update (data As EncryptionScopeData, Optional cancellationToken As CancellationToken = Nothing) As 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