InboundNatRulesOperationsExtensions.List Method

Definition

Gets all the inbound NAT rules in a load balancer.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.InboundNatRule> List (this Microsoft.Azure.Management.Network.IInboundNatRulesOperations operations, string resourceGroupName, string loadBalancerName);
static member List : Microsoft.Azure.Management.Network.IInboundNatRulesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.InboundNatRule>
<Extension()>
Public Function List (operations As IInboundNatRulesOperations, resourceGroupName As String, loadBalancerName As String) As IPage(Of InboundNatRule)

Parameters

operations
IInboundNatRulesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

loadBalancerName
String

The name of the load balancer.

Returns

Applies to