Share via


PrivateLinkResourcesOperationsExtensions.ListByVault Method

Definition

Gets the private link resources supported for the key vault.

public static Microsoft.Azure.Management.KeyVault.Models.PrivateLinkResourceListResult ListByVault (this Microsoft.Azure.Management.KeyVault.IPrivateLinkResourcesOperations operations, string resourceGroupName, string vaultName);
static member ListByVault : Microsoft.Azure.Management.KeyVault.IPrivateLinkResourcesOperations * string * string -> Microsoft.Azure.Management.KeyVault.Models.PrivateLinkResourceListResult
<Extension()>
Public Function ListByVault (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, vaultName As String) As PrivateLinkResourceListResult

Parameters

operations
IPrivateLinkResourcesOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group that contains the key vault.

vaultName
String

The name of the key vault.

Returns

Applies to