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