Uses of Class
com.azure.resourcemanager.network.fluent.models.FirewallPolicyDraftProperties
Packages that use FirewallPolicyDraftProperties
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of FirewallPolicyDraftProperties in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return FirewallPolicyDraftPropertiesModifier and TypeMethodDescriptionFirewallPolicyDraftProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FirewallPolicyDraftProperties from the JsonReader.FirewallPolicyDraftProperties.withBasePolicy(com.azure.core.management.SubResource basePolicy) Set the basePolicy property: The parent firewall policy from which rules are inherited.FirewallPolicyDraftProperties.withDnsSettings(DnsSettings dnsSettings) Set the dnsSettings property: DNS Proxy Settings definition.FirewallPolicyDraftProperties.withExplicitProxy(ExplicitProxy explicitProxy) Set the explicitProxy property: Explicit Proxy Settings definition.FirewallPolicyDraftProperties.withInsights(FirewallPolicyInsights insights) Set the insights property: Insights on Firewall Policy.FirewallPolicyDraftProperties.withIntrusionDetection(FirewallPolicyIntrusionDetection intrusionDetection) Set the intrusionDetection property: The configuration for Intrusion detection.FirewallPolicyDraftProperties.withSnat(FirewallPolicySnat snat) Set the snat property: The private IP addresses/IP ranges to which traffic will not be SNAT.FirewallPolicyDraftProperties.withSql(FirewallPolicySql sql) Set the sql property: SQL Settings definition.FirewallPolicyDraftProperties.withThreatIntelMode(AzureFirewallThreatIntelMode threatIntelMode) Set the threatIntelMode property: The operation mode for Threat Intelligence.FirewallPolicyDraftProperties.withThreatIntelWhitelist(FirewallPolicyThreatIntelWhitelist threatIntelWhitelist) Set the threatIntelWhitelist property: ThreatIntel Whitelist for Firewall Policy.