ProfilesOperationsExtensions.ListByResourceGroupAsync Método

Definição

Lista todos os perfis cdn dentro de um grupo de recursos.

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

Parâmetros

operations
IProfilesOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

Nome do grupo de recursos na assinatura do Azure.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a