AzureFirewallNatRCAction Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. AzureFirewallNatRCAction
- com.
Implements
public final class AzureFirewallNatRCAction
implements JsonSerializable<AzureFirewallNatRCAction>
AzureFirewall NAT Rule Collection Action.
Constructor Summary
Constructor | Description |
---|---|
AzureFirewallNatRCAction() |
Creates an instance of Azure |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Azure |
fromJson(JsonReader jsonReader)
Reads an instance of Azure |
Json |
toJson(JsonWriter jsonWriter) |
Azure |
type()
Get the type property: The type of action. |
void |
validate()
Validates the instance. |
Azure |
withType(AzureFirewallNatRCActionType type)
Set the type property: The type of action. |
Methods inherited from java.lang.Object
Constructor Details
AzureFirewallNatRCAction
public AzureFirewallNatRCAction()
Creates an instance of AzureFirewallNatRCAction class.
Method Details
fromJson
public static AzureFirewallNatRCAction fromJson(JsonReader jsonReader)
Reads an instance of AzureFirewallNatRCAction from the JsonReader.
Parameters:
Returns:
Throws:
toJson
type
public AzureFirewallNatRCActionType type()
Get the type property: The type of action.
Returns:
validate
public void validate()
Validates the instance.
withType
public AzureFirewallNatRCAction withType(AzureFirewallNatRCActionType type)
Set the type property: The type of action.
Parameters:
Returns:
Applies to
Azure SDK for Java