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 TypeMethodDescriptionFirewallPolicyDraftInner.snat()Get the snat property: The private IP addresses/IP ranges to which traffic will not be SNAT.FirewallPolicyDraftProperties.snat()Get the snat property: The private IP addresses/IP ranges to which traffic will not be SNAT.FirewallPolicyInner.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 TypeMethodDescriptionFirewallPolicyDraftInner.withSnat(FirewallPolicySnat snat) Set the snat property: The private IP addresses/IP ranges to which traffic will not be SNAT.FirewallPolicyDraftProperties.withSnat(FirewallPolicySnat snat) Set the snat property: The private IP addresses/IP ranges to which traffic will not be SNAT.FirewallPolicyInner.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 TypeMethodDescriptionstatic FirewallPolicySnatFirewallPolicySnat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FirewallPolicySnat from the JsonReader.FirewallPolicySnat.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.