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
The name of the resource group. The name is case insensitive.
- vaultName
-
string
The name of the vault.
The options parameters.
Returns
Promise<PrivateLinkResourceListResult>