Partilhar via


SecurityPINs interface

Interface que representa um SecurityPINs.

Métodos

get(string, string, SecurityPINsGetOptionalParams)

Obtenha o PIN de segurança.

Detalhes de Método

get(string, string, SecurityPINsGetOptionalParams)

Obtenha o PIN de segurança.

function get(vaultName: string, resourceGroupName: string, options?: SecurityPINsGetOptionalParams): Promise<TokenInformation>

Parâmetros

vaultName

string

O nome do cofre dos serviços de recuperação.

resourceGroupName

string

O nome do grupo de recursos onde o cofre dos serviços de recuperação está presente.

options
SecurityPINsGetOptionalParams

Os parâmetros de opções.

Devoluções

Promise<TokenInformation>