Compartir a través de


RuleSetsOperationsExtensions.ListByProfile Método

Definición

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.RuleSet> ListByProfile (this Microsoft.Azure.Management.Cdn.IRuleSetsOperations operations, string resourceGroupName, string profileName);
static member ListByProfile : Microsoft.Azure.Management.Cdn.IRuleSetsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.RuleSet>
<Extension()>
Public Function ListByProfile (operations As IRuleSetsOperations, resourceGroupName As String, profileName As String) As 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.

Devoluciones

Se aplica a