ArmNetworkModelFactory.QueryInboundNatRulePortMappingContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.Network.Models.QueryInboundNatRulePortMappingContent QueryInboundNatRulePortMappingContent(Azure.Core.ResourceIdentifier ipConfiguration = default, string ipAddress = default);
static member QueryInboundNatRulePortMappingContent : Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.Network.Models.QueryInboundNatRulePortMappingContent
Public Shared Function QueryInboundNatRulePortMappingContent (Optional ipConfiguration As ResourceIdentifier = Nothing, Optional ipAddress As String = Nothing) As QueryInboundNatRulePortMappingContent
Parameters
- ipConfiguration
- ResourceIdentifier
NetworkInterfaceIPConfiguration set in load balancer backend address.
- ipAddress
- String
IP address set in load balancer backend address.
Returns
A new QueryInboundNatRulePortMappingContent instance for mocking.