Class AzureFirewallRCAction
- java.lang.Object
-
- com.microsoft.azure.management.network.AzureFirewallRCAction
-
public class AzureFirewallRCAction extends Object
Properties of the AzureFirewallRCAction.
-
-
Constructor Summary
Constructors Constructor Description AzureFirewallRCAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AzureFirewallRCActionTypetype()Get the type value.AzureFirewallRCActionwithType(AzureFirewallRCActionType type)Set the type value.
-
-
-
Method Detail
-
type
public AzureFirewallRCActionType type()
Get the type value.- Returns:
- the type value
-
withType
public AzureFirewallRCAction withType(AzureFirewallRCActionType type)
Set the type value.- Parameters:
type- the type value to set- Returns:
- the AzureFirewallRCAction object itself.
-
-