AzureFirewallRCAction Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. AzureFirewallRCAction
- com.
Implements
public final class AzureFirewallRCAction
implements JsonSerializable<AzureFirewallRCAction>
Properties of the AzureFirewallRCAction.
Constructor Summary
Constructor | Description |
---|---|
AzureFirewallRCAction() |
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(AzureFirewallRCActionType type)
Set the type property: The type of action. |
Methods inherited from java.lang.Object
Constructor Details
AzureFirewallRCAction
public AzureFirewallRCAction()
Creates an instance of AzureFirewallRCAction class.
Method Details
fromJson
public static AzureFirewallRCAction fromJson(JsonReader jsonReader)
Reads an instance of AzureFirewallRCAction from the JsonReader.
Parameters:
Returns:
Throws:
toJson
type
public AzureFirewallRCActionType type()
Get the type property: The type of action.
Returns:
validate
public void validate()
Validates the instance.
withType
public AzureFirewallRCAction withType(AzureFirewallRCActionType type)
Set the type property: The type of action.
Parameters:
Returns:
Applies to
Azure SDK for Java