Uses of Class
com.azure.resourcemanager.network.models.VpnNatRuleMapping
-
Packages that use VpnNatRuleMapping 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 VpnNatRuleMapping in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type VpnNatRuleMapping Modifier and Type Method Description List<VpnNatRuleMapping>VirtualNetworkGatewayNatRuleInner. externalMappings()Get the externalMappings property: The private IP address external mapping for NAT.List<VpnNatRuleMapping>VirtualNetworkGatewayNatRuleProperties. externalMappings()Get the externalMappings property: The private IP address external mapping for NAT.List<VpnNatRuleMapping>VpnGatewayNatRuleInner. externalMappings()Get the externalMappings property: The private IP address external mapping for NAT.List<VpnNatRuleMapping>VpnGatewayNatRuleProperties. externalMappings()Get the externalMappings property: The private IP address external mapping for NAT.List<VpnNatRuleMapping>VirtualNetworkGatewayNatRuleInner. internalMappings()Get the internalMappings property: The private IP address internal mapping for NAT.List<VpnNatRuleMapping>VirtualNetworkGatewayNatRuleProperties. internalMappings()Get the internalMappings property: The private IP address internal mapping for NAT.List<VpnNatRuleMapping>VpnGatewayNatRuleInner. internalMappings()Get the internalMappings property: The private IP address internal mapping for NAT.List<VpnNatRuleMapping>VpnGatewayNatRuleProperties. internalMappings()Get the internalMappings property: The private IP address internal mapping for NAT.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type VpnNatRuleMapping Modifier and Type Method Description VirtualNetworkGatewayNatRuleInnerVirtualNetworkGatewayNatRuleInner. withExternalMappings(List<VpnNatRuleMapping> externalMappings)Set the externalMappings property: The private IP address external mapping for NAT.VirtualNetworkGatewayNatRulePropertiesVirtualNetworkGatewayNatRuleProperties. withExternalMappings(List<VpnNatRuleMapping> externalMappings)Set the externalMappings property: The private IP address external mapping for NAT.VpnGatewayNatRuleInnerVpnGatewayNatRuleInner. withExternalMappings(List<VpnNatRuleMapping> externalMappings)Set the externalMappings property: The private IP address external mapping for NAT.VpnGatewayNatRulePropertiesVpnGatewayNatRuleProperties. withExternalMappings(List<VpnNatRuleMapping> externalMappings)Set the externalMappings property: The private IP address external mapping for NAT.VirtualNetworkGatewayNatRuleInnerVirtualNetworkGatewayNatRuleInner. withInternalMappings(List<VpnNatRuleMapping> internalMappings)Set the internalMappings property: The private IP address internal mapping for NAT.VirtualNetworkGatewayNatRulePropertiesVirtualNetworkGatewayNatRuleProperties. withInternalMappings(List<VpnNatRuleMapping> internalMappings)Set the internalMappings property: The private IP address internal mapping for NAT.VpnGatewayNatRuleInnerVpnGatewayNatRuleInner. withInternalMappings(List<VpnNatRuleMapping> internalMappings)Set the internalMappings property: The private IP address internal mapping for NAT.VpnGatewayNatRulePropertiesVpnGatewayNatRuleProperties. withInternalMappings(List<VpnNatRuleMapping> internalMappings)Set the internalMappings property: The private IP address internal mapping for NAT. -
Uses of VpnNatRuleMapping in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return VpnNatRuleMapping Modifier and Type Method Description VpnNatRuleMappingVpnNatRuleMapping. withAddressSpace(String addressSpace)Set the addressSpace property: Address space for Vpn NatRule mapping.VpnNatRuleMappingVpnNatRuleMapping. withPortRange(String portRange)Set the portRange property: Port range for Vpn NatRule mapping.
-