Freigeben über


PrivateLinkResourcesOperationsExtensions.ListByVaultAsync Methode

Definition

Ruft die für den Schlüsseltresor unterstützten Private Link-Ressourcen ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.KeyVault.Models.PrivateLinkResourceListResult> ListByVaultAsync (this Microsoft.Azure.Management.KeyVault.IPrivateLinkResourcesOperations operations, string resourceGroupName, string vaultName, System.Threading.CancellationToken cancellationToken = default);
static member ListByVaultAsync : Microsoft.Azure.Management.KeyVault.IPrivateLinkResourcesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.KeyVault.Models.PrivateLinkResourceListResult>
<Extension()>
Public Function ListByVaultAsync (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, vaultName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateLinkResourceListResult)

Parameter

operations
IPrivateLinkResourcesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die den Schlüsseltresor enthält.

vaultName
String

Der Name des Schlüsseltresors.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: