你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SecurityPINs interface

表示 SecurityPIN 的接口。

方法

get(string, string, SecurityPINsGetOptionalParams)

获取安全 PIN。

方法详细信息

get(string, string, SecurityPINsGetOptionalParams)

获取安全 PIN。

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

参数

vaultName

string

恢复服务保管库的名称。

resourceGroupName

string

恢复服务保管库所在的资源组的名称。

options
SecurityPINsGetOptionalParams

选项参数。

返回

Promise<TokenInformation>