Partager via


RuleSetsOperationsExtensions.ListByProfileAsync Méthode

Définition

Répertorie les ensembles de règles AzureFrontDoor existants dans un profil.

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

Paramètres

operations
IRuleSetsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources dans l’abonnement Azure.

profileName
String

Nom du profil CDN unique au sein du groupe de ressources.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à