PrivateLinkResources interface
Interface representing a PrivateLinkResources.
Methods
list |
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.
The options parameters.
Returns
Promise<PrivateLinkResourceListResult>