Uses of Class
com.azure.resourcemanager.network.models.FirewallPolicyThreatIntelWhitelist
Packages that use FirewallPolicyThreatIntelWhitelist
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of FirewallPolicyThreatIntelWhitelist in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return FirewallPolicyThreatIntelWhitelistModifier and TypeMethodDescriptionFirewallPolicyDraftInner.threatIntelWhitelist()Get the threatIntelWhitelist property: ThreatIntel Whitelist for Firewall Policy.FirewallPolicyDraftProperties.threatIntelWhitelist()Get the threatIntelWhitelist property: ThreatIntel Whitelist for Firewall Policy.FirewallPolicyInner.threatIntelWhitelist()Get the threatIntelWhitelist property: ThreatIntel Whitelist for Firewall Policy.FirewallPolicyPropertiesFormat.threatIntelWhitelist()Get the threatIntelWhitelist property: ThreatIntel Whitelist for Firewall Policy.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type FirewallPolicyThreatIntelWhitelistModifier and TypeMethodDescriptionFirewallPolicyDraftInner.withThreatIntelWhitelist(FirewallPolicyThreatIntelWhitelist threatIntelWhitelist) Set the threatIntelWhitelist property: ThreatIntel Whitelist for Firewall Policy.FirewallPolicyDraftProperties.withThreatIntelWhitelist(FirewallPolicyThreatIntelWhitelist threatIntelWhitelist) Set the threatIntelWhitelist property: ThreatIntel Whitelist for Firewall Policy.FirewallPolicyInner.withThreatIntelWhitelist(FirewallPolicyThreatIntelWhitelist threatIntelWhitelist) Set the threatIntelWhitelist property: ThreatIntel Whitelist for Firewall Policy.FirewallPolicyPropertiesFormat.withThreatIntelWhitelist(FirewallPolicyThreatIntelWhitelist threatIntelWhitelist) Set the threatIntelWhitelist property: ThreatIntel Whitelist for Firewall Policy. -
Uses of FirewallPolicyThreatIntelWhitelist in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type FirewallPolicyThreatIntelWhitelistModifier and TypeClassDescriptionfinal classThreatIntel Whitelist for Firewall Policy.Methods in com.azure.resourcemanager.network.models that return FirewallPolicyThreatIntelWhitelistModifier and TypeMethodDescriptionFirewallPolicyThreatIntelWhitelist.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FirewallPolicyThreatIntelWhitelist from the JsonReader.Set the fqdns property: List of FQDNs for the ThreatIntel Whitelist.FirewallPolicyThreatIntelWhitelist.withIpAddresses(List<String> ipAddresses) Set the ipAddresses property: List of IP addresses for the ThreatIntel Whitelist.