Sdílet prostřednictvím


LoadBalancersOperationsExtensions.ListInboundNatRulePortMappings Method

Definition

List of inbound NAT rule port mappings.

public static Microsoft.Azure.Management.Network.Models.BackendAddressInboundNatRulePortMappings ListInboundNatRulePortMappings (this Microsoft.Azure.Management.Network.ILoadBalancersOperations operations, string groupName, string loadBalancerName, string backendPoolName, Microsoft.Azure.Management.Network.Models.QueryInboundNatRulePortMappingRequest parameters);
static member ListInboundNatRulePortMappings : Microsoft.Azure.Management.Network.ILoadBalancersOperations * string * string * string * Microsoft.Azure.Management.Network.Models.QueryInboundNatRulePortMappingRequest -> Microsoft.Azure.Management.Network.Models.BackendAddressInboundNatRulePortMappings
<Extension()>
Public Function ListInboundNatRulePortMappings (operations As ILoadBalancersOperations, groupName As String, loadBalancerName As String, backendPoolName As String, parameters As QueryInboundNatRulePortMappingRequest) As BackendAddressInboundNatRulePortMappings

Parameters

operations
ILoadBalancersOperations

The operations group for this extension method.

groupName
String

The name of the resource group.

loadBalancerName
String

The name of the load balancer.

backendPoolName
String

The name of the load balancer backend address pool.

parameters
QueryInboundNatRulePortMappingRequest

Query inbound NAT rule port mapping request.

Returns

Applies to