Sdílet prostřednictvím


LoadBalancersOperationsExtensions.BeginListInboundNatRulePortMappings Method

Definition

List of inbound NAT rule port mappings.

public static Microsoft.Azure.Management.Network.Models.BackendAddressInboundNatRulePortMappings BeginListInboundNatRulePortMappings (this Microsoft.Azure.Management.Network.ILoadBalancersOperations operations, string groupName, string loadBalancerName, string backendPoolName, Microsoft.Azure.Management.Network.Models.QueryInboundNatRulePortMappingRequest parameters);
static member BeginListInboundNatRulePortMappings : Microsoft.Azure.Management.Network.ILoadBalancersOperations * string * string * string * Microsoft.Azure.Management.Network.Models.QueryInboundNatRulePortMappingRequest -> Microsoft.Azure.Management.Network.Models.BackendAddressInboundNatRulePortMappings
<Extension()>
Public Function BeginListInboundNatRulePortMappings (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