Class AzureFirewallNetworkRuleCollection
java.lang.Object
com.microsoft.azure.SubResource
com.microsoft.azure.management.network.AzureFirewallNetworkRuleCollection
public class AzureFirewallNetworkRuleCollection
extends com.microsoft.azure.SubResource
Network rule collection resource.
-
Constructor Summary
Constructors -
Method Summary
Modifier 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 network rule collection resource.Get the provisioning state of the network rule collection resource.rules()
Get collection of rules used by a network 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 network rule collection resource.withRules
(List<AzureFirewallNetworkRule> rules) Set collection of rules used by a network rule collection.Methods inherited from class com.microsoft.azure.SubResource
id, withId
-
Constructor Details
-
AzureFirewallNetworkRuleCollection
public AzureFirewallNetworkRuleCollection()
-
-
Method Details
-
priority
Get priority of the network rule collection resource.- Returns:
- the priority value
-
withPriority
Set priority of the network rule collection resource.- Parameters:
priority
- the priority value to set- Returns:
- the AzureFirewallNetworkRuleCollection object itself.
-
action
Get the action type of a rule collection.- Returns:
- the action value
-
withAction
Set the action type of a rule collection.- Parameters:
action
- the action value to set- Returns:
- the AzureFirewallNetworkRuleCollection object itself.
-
rules
Get collection of rules used by a network rule collection.- Returns:
- the rules value
-
withRules
Set collection of rules used by a network rule collection.- Parameters:
rules
- the rules value to set- Returns:
- the AzureFirewallNetworkRuleCollection object itself.
-
provisioningState
Get the provisioning state of the network rule collection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.- Returns:
- the provisioningState value
-
name
Get 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
-
withName
Set 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 AzureFirewallNetworkRuleCollection object itself.
-
etag
Get a unique read-only string that changes whenever the resource is updated.- Returns:
- the etag value
-