SitePrivateEndpointConnectionCollection クラス

定義

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

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

コンストラクター

SitePrivateEndpointConnectionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, PrivateLinkConnectionApprovalRequestInfo, CancellationToken)

プライベート エンドポイント接続を承認または拒否するための説明

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdWebApps_ApproveOrRejectPrivateEndpointConnection
CreateOrUpdateAsync(WaitUntil, String, PrivateLinkConnectionApprovalRequestInfo, CancellationToken)

プライベート エンドポイント接続を承認または拒否するための説明

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdWebApps_ApproveOrRejectPrivateEndpointConnection
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdWebApps_GetPrivateEndpointConnection
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdWebApps_GetPrivateEndpointConnection
Get(String, CancellationToken)

「プライベート エンドポイント接続を取得する」の説明

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdWebApps_GetPrivateEndpointConnection
GetAll(CancellationToken)

説明: サイトに関連付けられているプライベート エンドポイント接続の一覧を取得します

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/privateEndpointConnections
  • 操作IdWebApps_GetPrivateEndpointConnectionList
GetAllAsync(CancellationToken)

説明: サイトに関連付けられているプライベート エンドポイント接続の一覧を取得します

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/privateEndpointConnections
  • 操作IdWebApps_GetPrivateEndpointConnectionList
GetAsync(String, CancellationToken)

「プライベート エンドポイント接続を取得する」の説明

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdWebApps_GetPrivateEndpointConnection
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SitePrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SitePrivateEndpointConnectionResource>.GetEnumerator()

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

適用対象