ManagedRuleSetsOperationsExtensions.List(IManagedRuleSetsOperations) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists all available managed rule sets.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.FrontDoor.Models.ManagedRuleSetDefinition> List (this Microsoft.Azure.Management.FrontDoor.IManagedRuleSetsOperations operations);
static member List : Microsoft.Azure.Management.FrontDoor.IManagedRuleSetsOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.FrontDoor.Models.ManagedRuleSetDefinition>
<Extension()>
Public Function List (operations As IManagedRuleSetsOperations) As IPage(Of ManagedRuleSetDefinition)
Parameters
- operations
- IManagedRuleSetsOperations
The operations group for this extension method.