Freigeben über


ProfilesOperationsExtensions.ListByResourceGroupAsync Methode

Definition

Listet alle CDN-Profile innerhalb einer Ressourcengruppe auf.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Fluent.Models.ProfileInner>> ListByResourceGroupAsync (this Microsoft.Azure.Management.Cdn.Fluent.IProfilesOperations operations, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupAsync : Microsoft.Azure.Management.Cdn.Fluent.IProfilesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Fluent.Models.ProfileInner>>
<Extension()>
Public Function ListByResourceGroupAsync (operations As IProfilesOperations, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ProfileInner))

Parameter

operations
IProfilesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe innerhalb des Azure-Abonnements.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: