Uses of Class
com.azure.resourcemanager.network.models.AzureFirewallRCAction
Packages that use AzureFirewallRCAction
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of AzureFirewallRCAction in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return AzureFirewallRCActionModifier and TypeMethodDescriptionAzureFirewallApplicationRuleCollectionPropertiesFormat.action()Get the action property: The action type of a rule collection.AzureFirewallNetworkRuleCollectionPropertiesFormat.action()Get the action property: The action type of a rule collection.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type AzureFirewallRCActionModifier and TypeMethodDescriptionAzureFirewallApplicationRuleCollectionPropertiesFormat.withAction(AzureFirewallRCAction action) Set the action property: The action type of a rule collection.AzureFirewallNetworkRuleCollectionPropertiesFormat.withAction(AzureFirewallRCAction action) Set the action property: The action type of a rule collection. -
Uses of AzureFirewallRCAction in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return AzureFirewallRCActionModifier and TypeMethodDescriptionAzureFirewallApplicationRuleCollection.action()Get the action property: The action type of a rule collection.AzureFirewallNetworkRuleCollection.action()Get the action property: The action type of a rule collection.static AzureFirewallRCActionAzureFirewallRCAction.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureFirewallRCAction from the JsonReader.AzureFirewallRCAction.withType(AzureFirewallRCActionType type) Set the type property: The type of action.Methods in com.azure.resourcemanager.network.models with parameters of type AzureFirewallRCActionModifier and TypeMethodDescriptionAzureFirewallApplicationRuleCollection.withAction(AzureFirewallRCAction action) Set the action property: The action type of a rule collection.AzureFirewallNetworkRuleCollection.withAction(AzureFirewallRCAction action) Set the action property: The action type of a rule collection.