Freigeben über


PrivateLinkResourcesOperationsExtensions.ListByAccount Methode

Definition

Ruft eine Liste mit privat verknüpften Ressourcen für ein Konto ab.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Purview.Models.PrivateLinkResource> ListByAccount (this Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations operations, string resourceGroupName, string accountName);
static member ListByAccount : Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Purview.Models.PrivateLinkResource>
<Extension()>
Public Function ListByAccount (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, accountName As String) As IPage(Of PrivateLinkResource)

Parameter

operations
IPrivateLinkResourcesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

accountName
String

Der Kontoname.

Gibt zurück

Hinweise

Ruft eine Liste mit privat verknüpften Ressourcen für ein Konto ab.

Gilt für: