Uses of Class
com.azure.resourcemanager.network.fluent.models.AzureFirewallPropertiesFormat
Packages that use AzureFirewallPropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of AzureFirewallPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return AzureFirewallPropertiesFormatModifier and TypeMethodDescriptionAzureFirewallPropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureFirewallPropertiesFormat from the JsonReader.AzureFirewallPropertiesFormat.withAdditionalProperties(Map<String, String> additionalProperties) Set the additionalProperties property: The additional properties used to further config this azure firewall.AzureFirewallPropertiesFormat.withApplicationRuleCollections(List<AzureFirewallApplicationRuleCollection> applicationRuleCollections) Set the applicationRuleCollections property: Collection of application rule collections used by Azure Firewall.AzureFirewallPropertiesFormat.withAutoscaleConfiguration(AzureFirewallAutoscaleConfiguration autoscaleConfiguration) Set the autoscaleConfiguration property: Properties to provide a custom autoscale configuration to this azure firewall.AzureFirewallPropertiesFormat.withFirewallPolicy(com.azure.core.management.SubResource firewallPolicy) Set the firewallPolicy property: The firewallPolicy associated with this azure firewall.AzureFirewallPropertiesFormat.withHubIpAddresses(HubIpAddresses hubIpAddresses) Set the hubIpAddresses property: IP addresses associated with AzureFirewall.AzureFirewallPropertiesFormat.withIpConfigurations(List<AzureFirewallIpConfiguration> ipConfigurations) Set the ipConfigurations property: IP configuration of the Azure Firewall resource.AzureFirewallPropertiesFormat.withManagementIpConfiguration(AzureFirewallIpConfiguration managementIpConfiguration) Set the managementIpConfiguration property: IP configuration of the Azure Firewall used for management traffic.AzureFirewallPropertiesFormat.withNatRuleCollections(List<AzureFirewallNatRuleCollection> natRuleCollections) Set the natRuleCollections property: Collection of NAT rule collections used by Azure Firewall.AzureFirewallPropertiesFormat.withNetworkRuleCollections(List<AzureFirewallNetworkRuleCollection> networkRuleCollections) Set the networkRuleCollections property: Collection of network rule collections used by Azure Firewall.AzureFirewallPropertiesFormat.withSku(AzureFirewallSku sku) Set the sku property: The Azure Firewall Resource SKU.AzureFirewallPropertiesFormat.withThreatIntelMode(AzureFirewallThreatIntelMode threatIntelMode) Set the threatIntelMode property: The operation mode for Threat Intelligence.AzureFirewallPropertiesFormat.withVirtualHub(com.azure.core.management.SubResource virtualHub) Set the virtualHub property: The virtualHub to which the firewall belongs.