Freigeben über


AccountsOperationsExtensions.ListByResourceGroup Methode

Definition

Auflisten von Konten in einer Ressourcengruppe

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataShare.Models.Account> ListByResourceGroup (this Microsoft.Azure.Management.DataShare.IAccountsOperations operations, string resourceGroupName, string skipToken = default);
static member ListByResourceGroup : Microsoft.Azure.Management.DataShare.IAccountsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataShare.Models.Account>
<Extension()>
Public Function ListByResourceGroup (operations As IAccountsOperations, resourceGroupName As String, Optional skipToken As String = Nothing) As IPage(Of Account)

Parameter

operations
IAccountsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

skipToken
String

Fortsetzungstoken

Gibt zurück

Hinweise

Auflisten von Konten in ResourceGroup

Gilt für: