EncryptionScopesOperations interface
表示加密范围操作的接口。
属性
| get | 返回指定加密范围的属性。 |
| list | 列出指定存储帐户下可用的所有加密范围。 |
| patch | 更新请求正文中指定的加密范围属性。 如果指定的加密范围尚不存在,则更新失败。 |
| put | 在指定的存储帐户下同步创建或更新加密范围。 如果已创建加密范围,并且发出具有不同属性的后续请求,则将根据指定的请求更新加密范围属性。 |
属性详细信息
get
返回指定加密范围的属性。
get: (resourceGroupName: string, accountName: string, encryptionScopeName: string, options?: EncryptionScopesGetOptionalParams) => Promise<EncryptionScope>
属性值
(resourceGroupName: string, accountName: string, encryptionScopeName: string, options?: EncryptionScopesGetOptionalParams) => Promise<EncryptionScope>
list
列出指定存储帐户下可用的所有加密范围。
list: (resourceGroupName: string, accountName: string, options?: EncryptionScopesListOptionalParams) => PagedAsyncIterableIterator<EncryptionScope, EncryptionScope[], PageSettings>
属性值
(resourceGroupName: string, accountName: string, options?: EncryptionScopesListOptionalParams) => PagedAsyncIterableIterator<EncryptionScope, EncryptionScope[], PageSettings>
patch
更新请求正文中指定的加密范围属性。 如果指定的加密范围尚不存在,则更新失败。
patch: (resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: EncryptionScope, options?: EncryptionScopesPatchOptionalParams) => Promise<EncryptionScope>
属性值
(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: EncryptionScope, options?: EncryptionScopesPatchOptionalParams) => Promise<EncryptionScope>
put
在指定的存储帐户下同步创建或更新加密范围。 如果已创建加密范围,并且发出具有不同属性的后续请求,则将根据指定的请求更新加密范围属性。
put: (resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: EncryptionScope, options?: EncryptionScopesPutOptionalParams) => Promise<EncryptionScope>
属性值
(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: EncryptionScope, options?: EncryptionScopesPutOptionalParams) => Promise<EncryptionScope>