NetworkExtensions.GetApplicationGateways メソッド

定義

オーバーロード

GetApplicationGateways(ResourceGroupResource)

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

GetApplicationGateways(SubscriptionResource, CancellationToken)

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

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

GetApplicationGateways(ResourceGroupResource)

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

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

パラメーター

resourceGroupResource
ResourceGroupResource

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

戻り値

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

適用対象

GetApplicationGateways(SubscriptionResource, CancellationToken)

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

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

パラメーター

subscriptionResource
SubscriptionResource

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

cancellationToken
CancellationToken

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

戻り値

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

適用対象