Class FirewallPolicyFilterRuleCollectionAction
- java.lang.Object
-
- com.azure.resourcemanager.network.models.FirewallPolicyFilterRuleCollectionAction
-
public final class FirewallPolicyFilterRuleCollectionAction extends Object
Properties of the FirewallPolicyFilterRuleCollectionAction.
-
-
Constructor Summary
Constructors Constructor Description FirewallPolicyFilterRuleCollectionAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FirewallPolicyFilterRuleCollectionActionTypetype()Get the type property: The type of action.voidvalidate()Validates the instance.FirewallPolicyFilterRuleCollectionActionwithType(FirewallPolicyFilterRuleCollectionActionType type)Set the type property: The type of action.
-
-
-
Method Detail
-
type
public FirewallPolicyFilterRuleCollectionActionType 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.
-
-