RulesOperationsExtensions.ListByRuleSetAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Répertorie toutes les règles de remise existantes au sein d’un ensemble de règles.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.Rule>> ListByRuleSetAsync (this Microsoft.Azure.Management.Cdn.IRulesOperations operations, string resourceGroupName, string profileName, string ruleSetName, System.Threading.CancellationToken cancellationToken = default);
static member ListByRuleSetAsync : Microsoft.Azure.Management.Cdn.IRulesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.Rule>>
<Extension()>
Public Function ListByRuleSetAsync (operations As IRulesOperations, resourceGroupName As String, profileName As String, ruleSetName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Rule))
Paramètres
- operations
- IRulesOperations
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.
- ruleSetName
- String
Nom de l’ensemble de règles sous le profil.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET