次の方法で共有


NatGatewayResource.Get(String, CancellationToken) メソッド

定義

指定したリソース グループ内の指定された nat ゲートウェイを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/natGateways/{natGatewayName}
  • 操作IdNatGateways_Get
public virtual Azure.Response<Azure.ResourceManager.Network.NatGatewayResource> Get (string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.NatGatewayResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.NatGatewayResource>
Public Overridable Function Get (Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of NatGatewayResource)

パラメーター

expand
String

参照先のリソースを展開します。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象