Class AzureFirewallApplicationRuleCollection
java.lang.Object
com.microsoft.azure.SubResource
com.microsoft.azure.management.network.AzureFirewallApplicationRuleCollection
public class AzureFirewallApplicationRuleCollection
extends com.microsoft.azure.SubResource
Application rule collection resource.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionaction()Get the action type of a rule collection.etag()Get a unique read-only string that changes whenever the resource is updated.name()Get the name of the resource that is unique within the Azure firewall.priority()Get priority of the application rule collection resource.Get the provisioning state of the application rule collection resource.rules()Get collection of rules used by a application rule collection.withAction(AzureFirewallRCAction action) Set the action type of a rule collection.Set the name of the resource that is unique within the Azure firewall.withPriority(Integer priority) Set priority of the application rule collection resource.Set collection of rules used by a application rule collection.Methods inherited from class com.microsoft.azure.SubResourceid, withId
- 
Constructor Details- 
AzureFirewallApplicationRuleCollectionpublic AzureFirewallApplicationRuleCollection()
 
- 
- 
Method Details- 
priorityGet priority of the application rule collection resource.- Returns:
- the priority value
 
- 
withPrioritySet priority of the application rule collection resource.- Parameters:
- priority- the priority value to set
- Returns:
- the AzureFirewallApplicationRuleCollection object itself.
 
- 
actionGet the action type of a rule collection.- Returns:
- the action value
 
- 
withActionSet the action type of a rule collection.- Parameters:
- action- the action value to set
- Returns:
- the AzureFirewallApplicationRuleCollection object itself.
 
- 
rulesGet collection of rules used by a application rule collection.- Returns:
- the rules value
 
- 
withRulesSet collection of rules used by a application rule collection.- Parameters:
- rules- the rules value to set
- Returns:
- the AzureFirewallApplicationRuleCollection object itself.
 
- 
provisioningStateGet the provisioning state of the application rule collection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.- Returns:
- the provisioningState value
 
- 
nameGet the name of the resource that is unique within the Azure firewall. This name can be used to access the resource.- Returns:
- the name value
 
- 
withNameSet the name of the resource that is unique within the Azure firewall. This name can be used to access the resource.- Parameters:
- name- the name value to set
- Returns:
- the AzureFirewallApplicationRuleCollection object itself.
 
- 
etagGet a unique read-only string that changes whenever the resource is updated.- Returns:
- the etag value
 
 
-