Freigeben über


VpnGatewayNatRuleCollection.GetAsync(String, CancellationToken) Methode

Definition

Ruft die Details einer NAT-RegelGet ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnGateways/{gatewayName}/natRules/{natRuleName}
  • Vorgangs-IdNatRules_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.VpnGatewayNatRuleResource>> GetAsync (string natRuleName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.VpnGatewayNatRuleResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.VpnGatewayNatRuleResource>>
Public Overridable Function GetAsync (natRuleName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of VpnGatewayNatRuleResource))

Parameter

natRuleName
String

Der Name der nat-Regel.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

natRuleName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

natRuleName ist NULL.

Gilt für: