次の方法で共有


NetworkExtensions.GetNatGateways メソッド

定義

オーバーロード

GetNatGateways(ResourceGroupResource)

ResourceGroupResource 内の NatGatewayResources のコレクションを取得します。

GetNatGateways(SubscriptionResource, CancellationToken)

サブスクリプション内のすべての Nat ゲートウェイを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Network/natGateways
  • 操作IdNatGateways_ListAll

GetNatGateways(ResourceGroupResource)

ResourceGroupResource 内の NatGatewayResources のコレクションを取得します。

public static Azure.ResourceManager.Network.NatGatewayCollection GetNatGateways (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetNatGateways : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Network.NatGatewayCollection
<Extension()>
Public Function GetNatGateways (resourceGroupResource As ResourceGroupResource) As NatGatewayCollection

パラメーター

resourceGroupResource
ResourceGroupResource

ResourceGroupResourceメソッドが実行されるインスタンス。

戻り値

NatGatewayResources のコレクションとその NatGatewayResource に対する操作を表す オブジェクト。

適用対象

GetNatGateways(SubscriptionResource, CancellationToken)

サブスクリプション内のすべての Nat ゲートウェイを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Network/natGateways
  • 操作IdNatGateways_ListAll
public static Azure.Pageable<Azure.ResourceManager.Network.NatGatewayResource> GetNatGateways (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetNatGateways : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.NatGatewayResource>
<Extension()>
Public Function GetNatGateways (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of NatGatewayResource)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行されるインスタンス。

cancellationToken
CancellationToken

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

戻り値

反復処理するために複数の NatGatewayResource サービス要求を受け取る可能性がある のコレクション。

適用対象