EncryptionScopeResource.Update(EncryptionScopeData, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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: 2023-05-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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET