Compartir a través de


PrivateLinkResourcesOperationsExtensions.ListByVault Método

Definición

Obtiene los recursos de vínculo privado admitidos para el almacén de claves.

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

Parámetros

operations
IPrivateLinkResourcesOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos que contiene el almacén de claves.

vaultName
String

Nombre del almacén de claves.

Devoluciones

Se aplica a