次の方法で共有


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 PagedIterable<ManagedRuleSetDefinitionInner> list()

Lists all available managed rule sets.

abstract PagedIterable<ManagedRuleSetDefinitionInner> list(Context context)

Lists all available managed rule sets.

abstract PagedFlux<ManagedRuleSetDefinitionInner> listAsync()

Lists all available managed rule sets.

Method Details

list

public abstract PagedIterable list()

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 list(Context context)

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

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