Partager via


VirtualNetworkGatewayNatRulesOperationsExtensions.ListByVirtualNetworkGatewayAsync Méthode

Définition

Récupère toutes les règles nat pour une passerelle de réseau virtuel particulière.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VirtualNetworkGatewayNatRule>> ListByVirtualNetworkGatewayAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewayNatRulesOperations operations, string resourceGroupName, string virtualNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default);
static member ListByVirtualNetworkGatewayAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewayNatRulesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VirtualNetworkGatewayNatRule>>
<Extension()>
Public Function ListByVirtualNetworkGatewayAsync (operations As IVirtualNetworkGatewayNatRulesOperations, resourceGroupName As String, virtualNetworkGatewayName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of VirtualNetworkGatewayNatRule))

Paramètres

operations
IVirtualNetworkGatewayNatRulesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources de la passerelle de réseau virtuel.

virtualNetworkGatewayName
String

Le nom de la passerelle.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à