Uses of Class
com.azure.resourcemanager.network.models.FirewallPolicySnat
Packages that use FirewallPolicySnat
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of FirewallPolicySnat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return FirewallPolicySnatModifier and TypeMethodDescriptionFirewallPolicyInner.snat()Get the snat property: The private IP addresses/IP ranges to which traffic will not be SNAT.FirewallPolicyPropertiesFormat.snat()Get the snat property: The private IP addresses/IP ranges to which traffic will not be SNAT.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type FirewallPolicySnatModifier and TypeMethodDescriptionFirewallPolicyInner.withSnat(FirewallPolicySnat snat) Set the snat property: The private IP addresses/IP ranges to which traffic will not be SNAT.FirewallPolicyPropertiesFormat.withSnat(FirewallPolicySnat snat) Set the snat property: The private IP addresses/IP ranges to which traffic will not be SNAT. -
Uses of FirewallPolicySnat in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return FirewallPolicySnatModifier and TypeMethodDescriptionFirewallPolicySnat.withAutoLearnPrivateRanges(AutoLearnPrivateRangesMode autoLearnPrivateRanges) Set the autoLearnPrivateRanges property: The operation mode for automatically learning private ranges to not be SNAT.FirewallPolicySnat.withPrivateRanges(List<String> privateRanges) Set the privateRanges property: List of private IP addresses/IP address ranges to not be SNAT.