你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ProfilesOperationsExtensions.ListByResourceGroupAsync Method

Definition

Lists all of the CDN profiles within a resource group.

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))

Parameters

operations
IProfilesOperations

The operations group for this extension method.

resourceGroupName
String

Name of the Resource group within the Azure subscription.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to