Partager via


NatRulesOperationsExtensions.GetAsync Méthode

Définition

Récupère les détails d’une règle natGet.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VpnGatewayNatRule> GetAsync (this Microsoft.Azure.Management.Network.INatRulesOperations operations, string resourceGroupName, string gatewayName, string natRuleName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Network.INatRulesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VpnGatewayNatRule>
<Extension()>
Public Function GetAsync (operations As INatRulesOperations, resourceGroupName As String, gatewayName As String, natRuleName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VpnGatewayNatRule)

Paramètres

operations
INatRulesOperations

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

resourceGroupName
String

Nom du groupe de ressources de VpnGateway.

gatewayName
String

Le nom de la passerelle.

natRuleName
String

Nom de la règle nat.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à