Uses of Class
com.azure.resourcemanager.network.fluent.models.VirtualNetworkGatewayNatRuleProperties
Packages that use VirtualNetworkGatewayNatRuleProperties
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of VirtualNetworkGatewayNatRuleProperties in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VirtualNetworkGatewayNatRulePropertiesModifier and TypeMethodDescriptionVirtualNetworkGatewayNatRuleProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualNetworkGatewayNatRuleProperties from the JsonReader.VirtualNetworkGatewayNatRuleProperties.withExternalMappings(List<VpnNatRuleMapping> externalMappings) Set the externalMappings property: The private IP address external mapping for NAT.VirtualNetworkGatewayNatRuleProperties.withInternalMappings(List<VpnNatRuleMapping> internalMappings) Set the internalMappings property: The private IP address internal mapping for NAT.VirtualNetworkGatewayNatRuleProperties.withIpConfigurationId(String ipConfigurationId) Set the ipConfigurationId property: The IP Configuration ID this NAT rule applies to.VirtualNetworkGatewayNatRuleProperties.withMode(VpnNatRuleMode mode) Set the mode property: The Source NAT direction of a VPN NAT.VirtualNetworkGatewayNatRuleProperties.withType(VpnNatRuleType type) Set the type property: The type of NAT rule for VPN NAT.