LoadBalancersOperationsExtensions.ListInboundNatRulePortMappings 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 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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET