EncryptionScopes interface

Rozhraní představující EncryptionScopes.

Metody

beginDelete(string, string, string, EncryptionScopesDeleteOptionalParams)

Odstraní zadaný encryptionScope přidružený k účtu cognitive Services.

beginDeleteAndWait(string, string, string, EncryptionScopesDeleteOptionalParams)

Odstraní zadaný encryptionScope přidružený k účtu cognitive Services.

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

Aktualizujte stav zadaného encryptionScope přidruženého k účtu služeb Cognitive Services.

get(string, string, string, EncryptionScopesGetOptionalParams)

Získá zadaný EncryptionScope přidružený k účtu Cognitive Services.

list(string, string, EncryptionScopesListOptionalParams)

Získá filtry obsahu přidružené k účtu Azure OpenAI.

Podrobnosti metody

beginDelete(string, string, string, EncryptionScopesDeleteOptionalParams)

Odstraní zadaný encryptionScope přidružený k účtu cognitive Services.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. Název nerozlišuje malá a velká písmena.

accountName

string

Název účtu služeb Cognitive Services.

encryptionScopeName

string

Název encryptionScope přidruženého k účtu služeb Cognitive Services

options
EncryptionScopesDeleteOptionalParams

Parametry možností.

Návraty

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

beginDeleteAndWait(string, string, string, EncryptionScopesDeleteOptionalParams)

Odstraní zadaný encryptionScope přidružený k účtu cognitive Services.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. Název nerozlišuje malá a velká písmena.

accountName

string

Název účtu služeb Cognitive Services.

encryptionScopeName

string

Název encryptionScope přidruženého k účtu služeb Cognitive Services

options
EncryptionScopesDeleteOptionalParams

Parametry možností.

Návraty

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

Aktualizujte stav zadaného encryptionScope přidruženého k účtu služeb Cognitive Services.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. Název nerozlišuje malá a velká písmena.

accountName

string

Název účtu služeb Cognitive Services.

encryptionScopeName

string

Název encryptionScope přidruženého k účtu služeb Cognitive Services

encryptionScope
EncryptionScope

Vlastnosti encryptionScope.

options
EncryptionScopesCreateOrUpdateOptionalParams

Parametry možností.

Návraty

Promise<EncryptionScope>

get(string, string, string, EncryptionScopesGetOptionalParams)

Získá zadaný EncryptionScope přidružený k účtu Cognitive Services.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. Název nerozlišuje malá a velká písmena.

accountName

string

Název účtu služeb Cognitive Services.

encryptionScopeName

string

Název encryptionScope přidruženého k účtu služeb Cognitive Services

options
EncryptionScopesGetOptionalParams

Parametry možností.

Návraty

Promise<EncryptionScope>

list(string, string, EncryptionScopesListOptionalParams)

Získá filtry obsahu přidružené k účtu Azure OpenAI.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. Název nerozlišuje malá a velká písmena.

accountName

string

Název účtu služeb Cognitive Services.

options
EncryptionScopesListOptionalParams

Parametry možností.

Návraty