Compartir a través de


RuleSetsOperationsExtensions.ListByProfileAsync Método

Definición

Enumera los conjuntos de reglas de AzureFrontDoor existentes dentro de un perfil.

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

Parámetros

operations
IRuleSetsOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos dentro de la suscripción de Azure.

profileName
String

Nombre del perfil de cdn que es único dentro del grupo de recursos.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a