public abstract WebApplicationFirewallPolicyInner getByResourceGroup(String resourceGroupName, String policyName)
Retrieve protection policy with specified name within a resource group.
Parameters:
resourceGroupName
- The name of the resource group.
policyName
- The name of the policy.
Returns:
defines web application firewall policy.
getByResourceGroupAsync
public abstract Mono getByResourceGroupAsync(String resourceGroupName, String policyName)
Retrieve protection policy with specified name within a resource group.
Parameters:
resourceGroupName
- The name of the resource group.
policyName
- The name of the policy.
Returns:
defines web application firewall policy on successful completion of Mono.
getByResourceGroupWithResponse
public abstract Response getByResourceGroupWithResponse(String resourceGroupName, String policyName, Context context)
Retrieve protection policy with specified name within a resource group.
Parameters:
resourceGroupName
- The name of the resource group.
policyName
- The name of the policy.
context
- The context to associate with this operation.
Returns:
defines web application firewall policy along with Response<T>.
getByResourceGroupWithResponseAsync
public abstract Mono> getByResourceGroupWithResponseAsync(String resourceGroupName, String policyName)
Retrieve protection policy with specified name within a resource group.
Parameters:
resourceGroupName
- The name of the resource group.
policyName
- The name of the policy.
Returns:
defines web application firewall policy along with Response<T> on successful completion of
Mono.
list
public abstract PagedIterable list()
Gets all the WAF policies in a subscription.
Returns:
all the WAF policies in a subscription as paginated response with PagedIterable<T>.
list
public abstract PagedIterable list(Context context)
Gets all the WAF policies in a subscription.
Parameters:
context
- The context to associate with this operation.
Returns:
all the WAF policies in a subscription as paginated response with PagedIterable<T>.
listAsync
public abstract PagedFlux listAsync()
Gets all the WAF policies in a subscription.
Returns:
all the WAF policies in a subscription as paginated response with PagedFlux<T>.
listByResourceGroup
public abstract PagedIterable listByResourceGroup(String resourceGroupName)
Lists all of the protection policies within a resource group.
Parameters:
resourceGroupName
- The name of the resource group.
Returns:
result of the request to list WebApplicationFirewallPolicies as paginated response with
PagedIterable<T>.
listByResourceGroup
public abstract PagedIterable listByResourceGroup(String resourceGroupName, Context context)
Lists all of the protection policies within a resource group.
Parameters:
resourceGroupName
- The name of the resource group.
context
- The context to associate with this operation.
Returns:
result of the request to list WebApplicationFirewallPolicies as paginated response with
PagedIterable<T>.
listByResourceGroupAsync
public abstract PagedFlux listByResourceGroupAsync(String resourceGroupName)
Lists all of the protection policies within a resource group.
Parameters:
resourceGroupName
- The name of the resource group.
Returns:
result of the request to list WebApplicationFirewallPolicies as paginated response with
PagedFlux<T>.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.