Class FirewallPolicyFilterRuleCollectionAction
java.lang.Object
com.azure.resourcemanager.network.models.FirewallPolicyFilterRuleCollectionAction
Properties of the FirewallPolicyFilterRuleCollectionAction.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of FirewallPolicyFilterRuleCollectionAction class. -
Method Summary
-
Constructor Details
-
FirewallPolicyFilterRuleCollectionAction
public FirewallPolicyFilterRuleCollectionAction()Creates an instance of FirewallPolicyFilterRuleCollectionAction class.
-
-
Method Details
-
type
Get the type property: The type of action.- Returns:
- the type value.
-
withType
public FirewallPolicyFilterRuleCollectionAction withType(FirewallPolicyFilterRuleCollectionActionType type) Set the type property: The type of action.- Parameters:
type- the type value to set.- Returns:
- the FirewallPolicyFilterRuleCollectionAction object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-