LoadBalancersOperationsExtensions.BeginListInboundNatRulePortMappingsAsync 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.
List of inbound NAT rule port mappings.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.BackendAddressInboundNatRulePortMappings> BeginListInboundNatRulePortMappingsAsync (this Microsoft.Azure.Management.Network.ILoadBalancersOperations operations, string groupName, string loadBalancerName, string backendPoolName, Microsoft.Azure.Management.Network.Models.QueryInboundNatRulePortMappingRequest parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginListInboundNatRulePortMappingsAsync : Microsoft.Azure.Management.Network.ILoadBalancersOperations * string * string * string * Microsoft.Azure.Management.Network.Models.QueryInboundNatRulePortMappingRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.BackendAddressInboundNatRulePortMappings>
<Extension()>
Public Function BeginListInboundNatRulePortMappingsAsync (operations As ILoadBalancersOperations, groupName As String, loadBalancerName As String, backendPoolName As String, parameters As QueryInboundNatRulePortMappingRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET