Uses of Class
com.azure.resourcemanager.network.models.FirewallPolicyThreatIntelWhitelist
-
Packages that use FirewallPolicyThreatIntelWhitelist Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 FirewallPolicyThreatIntelWhitelist Modifier and Type Method Description FirewallPolicyThreatIntelWhitelistFirewallPolicyInner. threatIntelWhitelist()Get the threatIntelWhitelist property: ThreatIntel Whitelist for Firewall Policy.FirewallPolicyThreatIntelWhitelistFirewallPolicyPropertiesFormat. threatIntelWhitelist()Get the threatIntelWhitelist property: ThreatIntel Whitelist for Firewall Policy.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type FirewallPolicyThreatIntelWhitelist Modifier and Type Method Description FirewallPolicyInnerFirewallPolicyInner. withThreatIntelWhitelist(FirewallPolicyThreatIntelWhitelist threatIntelWhitelist)Set the threatIntelWhitelist property: ThreatIntel Whitelist for Firewall Policy.FirewallPolicyPropertiesFormatFirewallPolicyPropertiesFormat. withThreatIntelWhitelist(FirewallPolicyThreatIntelWhitelist threatIntelWhitelist)Set the threatIntelWhitelist property: ThreatIntel Whitelist for Firewall Policy. -
Uses of FirewallPolicyThreatIntelWhitelist in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return FirewallPolicyThreatIntelWhitelist Modifier and Type Method Description FirewallPolicyThreatIntelWhitelistFirewallPolicyThreatIntelWhitelist. withFqdns(List<String> fqdns)Set the fqdns property: List of FQDNs for the ThreatIntel Whitelist.FirewallPolicyThreatIntelWhitelistFirewallPolicyThreatIntelWhitelist. withIpAddresses(List<String> ipAddresses)Set the ipAddresses property: List of IP addresses for the ThreatIntel Whitelist.
-