Share via


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

The name of the resource group. The name is case insensitive.

vaultName

string

The name of the vault.

options
PrivateLinkResourcesListByVaultOptionalParams

The options parameters.

Returns