ManagedRuleSetsClient Interface
public interface ManagedRuleSetsClient
An instance of this class provides access to all the operations defined in ManagedRuleSetsClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Paged |
list()
Lists all available managed rule sets. |
abstract
Paged |
list(Context context)
Lists all available managed rule sets. |
abstract
Paged |
listAsync()
Lists all available managed rule sets. |
Method Details
list
public abstract PagedIterable
Lists all available managed rule sets.
Returns:
list of managed rule set definitions available for use in a policy as paginated response with
PagedIterable<T>.
list
public abstract PagedIterable
Lists all available managed rule sets.
Parameters:
context
- The context to associate with this operation.
Returns:
list of managed rule set definitions available for use in a policy as paginated response with
PagedIterable<T>.
listAsync
public abstract PagedFlux
Lists all available managed rule sets.
Returns:
list of managed rule set definitions available for use in a policy as paginated response with
PagedFlux<T>.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java