Megosztás a következőn keresztül:


VpnGatewayNatRuleResource.Get(CancellationToken) Method

Definition

Retrieves the details of a nat ruleGet.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnGateways/{gatewayName}/natRules/{natRuleName}
  • Operation Id: NatRules_Get
  • Default Api Version: 2024-03-01
  • Resource: VpnGatewayNatRuleResource
public virtual Azure.Response<Azure.ResourceManager.Network.VpnGatewayNatRuleResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.VpnGatewayNatRuleResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.VpnGatewayNatRuleResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of VpnGatewayNatRuleResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to