次の方法で共有


StaticSitePrivateEndpointConnectionCollection クラス

定義

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

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

コンストラクター

StaticSitePrivateEndpointConnectionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, PrivateLinkConnectionApprovalRequestInfo, CancellationToken)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<StaticSitePrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<StaticSitePrivateEndpointConnectionResource>.GetEnumerator()

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

適用対象