共用方式為


EncryptionScopes interface

代表 EncryptionScopes 的介面。

方法

get(string, string, string, EncryptionScopesGetOptionalParams)

傳回指定之加密範圍的屬性。

list(string, string, EncryptionScopesListOptionalParams)

列出指定儲存體帳戶下可用的所有加密範圍。

patch(string, string, string, EncryptionScope, EncryptionScopesPatchOptionalParams)

更新要求本文中指定的加密範圍屬性。 如果指定的加密範圍不存在,更新就會失敗。

put(string, string, string, EncryptionScope, EncryptionScopesPutOptionalParams)

以同步方式在指定的儲存體帳戶下建立或更新加密範圍。 如果已建立加密範圍,且後續要求會以不同的屬性發出,則會根據指定的要求更新加密範圍屬性。

方法詳細資料

get(string, string, string, EncryptionScopesGetOptionalParams)

傳回指定之加密範圍的屬性。

function get(resourceGroupName: string, accountName: string, encryptionScopeName: string, options?: EncryptionScopesGetOptionalParams): Promise<EncryptionScope>

參數

resourceGroupName

string

使用者訂用帳戶內的資源組名。 名稱不區分大小寫。

accountName

string

指定資源群組內的儲存體帳戶名稱。 儲存體帳戶名稱必須介於 3 到 24 個字元的長度,而且只能使用數字和小寫字母。

encryptionScopeName

string

指定之儲存體帳戶內的加密範圍名稱。 加密範圍名稱的長度必須介於 3 到 63 個字元之間,而且只能使用數位、小寫字母和破折號 (連字號) 。 每個虛線 (-) 字元的前後都必須是字母或數字。

options
EncryptionScopesGetOptionalParams

選項參數。

傳回

Promise<EncryptionScope>

list(string, string, EncryptionScopesListOptionalParams)

列出指定儲存體帳戶下可用的所有加密範圍。

function list(resourceGroupName: string, accountName: string, options?: EncryptionScopesListOptionalParams): PagedAsyncIterableIterator<EncryptionScope, EncryptionScope[], PageSettings>

參數

resourceGroupName

string

使用者訂用帳戶內的資源組名。 名稱不區分大小寫。

accountName

string

指定資源群組內的儲存體帳戶名稱。 儲存體帳戶名稱必須介於 3 到 24 個字元的長度,而且只能使用數字和小寫字母。

options
EncryptionScopesListOptionalParams

選項參數。

傳回

patch(string, string, string, EncryptionScope, EncryptionScopesPatchOptionalParams)

更新要求本文中指定的加密範圍屬性。 如果指定的加密範圍不存在,更新就會失敗。

function patch(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: EncryptionScope, options?: EncryptionScopesPatchOptionalParams): Promise<EncryptionScope>

參數

resourceGroupName

string

使用者訂用帳戶內的資源組名。 名稱不區分大小寫。

accountName

string

指定資源群組內的儲存體帳戶名稱。 儲存體帳戶名稱必須介於 3 到 24 個字元的長度,而且只能使用數字和小寫字母。

encryptionScopeName

string

指定之儲存體帳戶內的加密範圍名稱。 加密範圍名稱的長度必須介於 3 到 63 個字元之間,而且只能使用數位、小寫字母和破折號 (連字號) 。 每個虛線 (-) 字元的前後都必須是字母或數字。

encryptionScope
EncryptionScope

要用於更新的加密範圍屬性。

options
EncryptionScopesPatchOptionalParams

選項參數。

傳回

Promise<EncryptionScope>

put(string, string, string, EncryptionScope, EncryptionScopesPutOptionalParams)

以同步方式在指定的儲存體帳戶下建立或更新加密範圍。 如果已建立加密範圍,且後續要求會以不同的屬性發出,則會根據指定的要求更新加密範圍屬性。

function put(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: EncryptionScope, options?: EncryptionScopesPutOptionalParams): Promise<EncryptionScope>

參數

resourceGroupName

string

使用者訂用帳戶內的資源組名。 名稱不區分大小寫。

accountName

string

指定資源群組內的儲存體帳戶名稱。 儲存體帳戶名稱必須介於 3 到 24 個字元的長度,而且只能使用數字和小寫字母。

encryptionScopeName

string

指定之儲存體帳戶內的加密範圍名稱。 加密範圍名稱的長度必須介於 3 到 63 個字元之間,而且只能使用數位、小寫字母和破折號 (連字號) 。 每個虛線 (-) 字元的前後都必須是字母或數字。

encryptionScope
EncryptionScope

要用於建立或更新的加密範圍屬性。

options
EncryptionScopesPutOptionalParams

選項參數。

傳回

Promise<EncryptionScope>