共用方式為


EncryptionScopes interface

表示 EncryptionScopes 的介面。

方法

beginDelete(string, string, string, EncryptionScopesDeleteOptionalParams)

刪除與認知服務帳戶相關聯的指定 encryptionScope。

beginDeleteAndWait(string, string, string, EncryptionScopesDeleteOptionalParams)

刪除與認知服務帳戶相關聯的指定 encryptionScope。

createOrUpdate(string, string, string, EncryptionScope, EncryptionScopesCreateOrUpdateOptionalParams)

更新與認知服務帳戶相關聯的指定 encryptionScope 狀態。

get(string, string, string, EncryptionScopesGetOptionalParams)

取得與認知服務帳戶相關聯的指定 EncryptionScope。

list(string, string, EncryptionScopesListOptionalParams)

取得與 Azure OpenAI 帳戶相關聯的內容篩選。

方法詳細資料

beginDelete(string, string, string, EncryptionScopesDeleteOptionalParams)

刪除與認知服務帳戶相關聯的指定 encryptionScope。

function beginDelete(resourceGroupName: string, accountName: string, encryptionScopeName: string, options?: EncryptionScopesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<EncryptionScopesDeleteHeaders>, EncryptionScopesDeleteHeaders>>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

accountName

string

認知服務帳戶的名稱。

encryptionScopeName

string

與認知服務帳戶相關聯的 encryptionScope 名稱

options
EncryptionScopesDeleteOptionalParams

選項參數。

傳回

Promise<@azure/core-lro.SimplePollerLike<OperationState<EncryptionScopesDeleteHeaders>, EncryptionScopesDeleteHeaders>>

beginDeleteAndWait(string, string, string, EncryptionScopesDeleteOptionalParams)

刪除與認知服務帳戶相關聯的指定 encryptionScope。

function beginDeleteAndWait(resourceGroupName: string, accountName: string, encryptionScopeName: string, options?: EncryptionScopesDeleteOptionalParams): Promise<EncryptionScopesDeleteHeaders>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

accountName

string

認知服務帳戶的名稱。

encryptionScopeName

string

與認知服務帳戶相關聯的 encryptionScope 名稱

options
EncryptionScopesDeleteOptionalParams

選項參數。

傳回

createOrUpdate(string, string, string, EncryptionScope, EncryptionScopesCreateOrUpdateOptionalParams)

更新與認知服務帳戶相關聯的指定 encryptionScope 狀態。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

accountName

string

認知服務帳戶的名稱。

encryptionScopeName

string

與認知服務帳戶相關聯的 encryptionScope 名稱

encryptionScope
EncryptionScope

encryptionScope 屬性。

傳回

Promise<EncryptionScope>

get(string, string, string, EncryptionScopesGetOptionalParams)

取得與認知服務帳戶相關聯的指定 EncryptionScope。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

accountName

string

認知服務帳戶的名稱。

encryptionScopeName

string

與認知服務帳戶相關聯的 encryptionScope 名稱

options
EncryptionScopesGetOptionalParams

選項參數。

傳回

Promise<EncryptionScope>

list(string, string, EncryptionScopesListOptionalParams)

取得與 Azure OpenAI 帳戶相關聯的內容篩選。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

accountName

string

認知服務帳戶的名稱。

options
EncryptionScopesListOptionalParams

選項參數。

傳回