Share via


ILoadBalancersOperations.ListInboundNatRulePortMappingsWithHttpMessagesAsync Method

Definition

List of inbound NAT rule port mappings.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Models.BackendAddressInboundNatRulePortMappings>> ListInboundNatRulePortMappingsWithHttpMessagesAsync (string groupName, string loadBalancerName, string backendPoolName, Microsoft.Azure.Management.Network.Models.QueryInboundNatRulePortMappingRequest parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListInboundNatRulePortMappingsWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.Network.Models.QueryInboundNatRulePortMappingRequest * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Models.BackendAddressInboundNatRulePortMappings>>
Public Function ListInboundNatRulePortMappingsWithHttpMessagesAsync (groupName As String, loadBalancerName As String, backendPoolName As String, parameters As QueryInboundNatRulePortMappingRequest, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of BackendAddressInboundNatRulePortMappings))

Parameters

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.

customHeaders
Dictionary<String,List<String>>

The headers that will be added to request.

cancellationToken
CancellationToken

The cancellation token.

Returns

Exceptions

Thrown when the operation returned an invalid status code

Thrown when unable to deserialize the response

Thrown when a required parameter is null

Applies to