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

PrivateLinkResources interface

Interface representing a PrivateLinkResources.

Methods

listByVault(string, string, PrivateLinkResourcesListByVaultOptionalParams)

Gets the private link resources supported for the key vault.

Method Details

listByVault(string, string, PrivateLinkResourcesListByVaultOptionalParams)

Gets the private link resources supported for the key vault.

function listByVault(resourceGroupName: string, vaultName: string, options?: PrivateLinkResourcesListByVaultOptionalParams): Promise<PrivateLinkResourceListResult>

Parameters

resourceGroupName

string

Name of the resource group that contains the key vault.

vaultName

string

The name of the key vault.

options
PrivateLinkResourcesListByVaultOptionalParams

The options parameters.

Returns