次の方法で共有


P2SVpnGatewayCollection クラス

定義

のコレクション P2SVpnGatewayResource とその操作を表すクラス。 コレクション内の各 P2SVpnGatewayResource は、 の同じインスタンス ResourceGroupResourceに属します。 インスタンスを P2SVpnGatewayCollection 取得するには、 のインスタンス ResourceGroupResourceから GetP2SVpnGateways メソッドを呼び出します。

public class P2SVpnGatewayCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Network.P2SVpnGatewayResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.P2SVpnGatewayResource>
type P2SVpnGatewayCollection = class
    inherit ArmCollection
    interface seq<P2SVpnGatewayResource>
    interface IEnumerable
    interface IAsyncEnumerable<P2SVpnGatewayResource>
Public Class P2SVpnGatewayCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of P2SVpnGatewayResource), IEnumerable(Of P2SVpnGatewayResource)
継承
P2SVpnGatewayCollection
実装

コンストラクター

P2SVpnGatewayCollection()

モック作成のために クラスの P2SVpnGatewayCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, P2SVpnGatewayData, CancellationToken)

仮想 wan p2s vpn ゲートウェイが存在しない場合は作成し、それ以外の場合は既存のゲートウェイを更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/p2svpnGateways/{gatewayName}
  • 操作IdP2sVpnGateways_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, P2SVpnGatewayData, CancellationToken)

仮想 wan p2s vpn ゲートウェイが存在しない場合は作成し、それ以外の場合は既存のゲートウェイを更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/p2svpnGateways/{gatewayName}
  • 操作IdP2sVpnGateways_CreateOrUpdate
Exists(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/p2svpnGateways/{gatewayName}
  • 操作IdP2sVpnGateways_Get
ExistsAsync(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/p2svpnGateways/{gatewayName}
  • 操作IdP2sVpnGateways_Get
Get(String, CancellationToken)

仮想 wan p2s vpn ゲートウェイの詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/p2svpnGateways/{gatewayName}
  • 操作IdP2sVpnGateways_Get
GetAll(CancellationToken)

リソース グループ内のすべての P2SVpnGateway を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/p2svpnGateways
  • 操作IdP2sVpnGateways_ListByResourceGroup
GetAllAsync(CancellationToken)

リソース グループ内のすべての P2SVpnGateway を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/p2svpnGateways
  • 操作IdP2sVpnGateways_ListByResourceGroup
GetAsync(String, CancellationToken)

仮想 wan p2s vpn ゲートウェイの詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/p2svpnGateways/{gatewayName}
  • 操作IdP2sVpnGateways_Get
GetIfExists(String, CancellationToken)

サービスからこのリソースの詳細の取得を試みます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/p2svpnGateways/{gatewayName}
  • 操作IdP2sVpnGateways_Get
GetIfExistsAsync(String, CancellationToken)

サービスからこのリソースの詳細の取得を試みます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/p2svpnGateways/{gatewayName}
  • 操作IdP2sVpnGateways_Get
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

明示的なインターフェイスの実装

IAsyncEnumerable<P2SVpnGatewayResource>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<P2SVpnGatewayResource>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象