Skip to main content

encryption_scopes

Overview

Nameencryption_scopes
TypeResource
Idazure.storage.encryption_scopes

Fields

NameDatatypeDescription
idstringFully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
namestringThe name of the resource
propertiesobjectProperties of the encryption scope.
typestringThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

NameAccessible byRequired ParamsDescription
getSELECTaccountName, encryptionScopeName, resourceGroupName, subscriptionIdReturns the properties for the specified encryption scope.
listSELECTaccountName, resourceGroupName, subscriptionIdLists all the encryption scopes available under the specified storage account.
_listEXECaccountName, resourceGroupName, subscriptionIdLists all the encryption scopes available under the specified storage account.
patchEXECaccountName, encryptionScopeName, resourceGroupName, subscriptionIdUpdate encryption scope properties as specified in the request body. Update fails if the specified encryption scope does not already exist.
putEXECaccountName, encryptionScopeName, resourceGroupName, subscriptionIdSynchronously creates or updates an encryption scope under the specified storage account. If an encryption scope is already created and a subsequent request is issued with different properties, the encryption scope properties will be updated per the specified request.