ArmNetworkModelFactory.QueryInboundNatRulePortMappingContent Method

Definition

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.

Applies to