Uses of Class
com.azure.resourcemanager.network.models.FirewallPolicySnat
-
Packages that use FirewallPolicySnat 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 FirewallPolicySnat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return FirewallPolicySnat Modifier and Type Method Description FirewallPolicySnatFirewallPolicyInner. snat()Get the snat property: The private IP addresses/IP ranges to which traffic will not be SNAT.FirewallPolicySnatFirewallPolicyPropertiesFormat. 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 FirewallPolicySnat Modifier and Type Method Description FirewallPolicyInnerFirewallPolicyInner. withSnat(FirewallPolicySnat snat)Set the snat property: The private IP addresses/IP ranges to which traffic will not be SNAT.FirewallPolicyPropertiesFormatFirewallPolicyPropertiesFormat. 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 FirewallPolicySnat Modifier and Type Method Description FirewallPolicySnatFirewallPolicySnat. withPrivateRanges(List<String> privateRanges)Set the privateRanges property: List of private IP addresses/IP address ranges to not be SNAT.
-