次の方法で共有


SiteSlotPrivateEndpointConnectionCollection クラス

定義

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

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

コンストラクター

SiteSlotPrivateEndpointConnectionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, PrivateLinkConnectionApprovalRequestInfo, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdWebApps_ApproveOrRejectPrivateEndpointConnectionSlot
CreateOrUpdateAsync(WaitUntil, String, PrivateLinkConnectionApprovalRequestInfo, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdWebApps_ApproveOrRejectPrivateEndpointConnectionSlot
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdWebApps_GetPrivateEndpointConnectionSlot
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdWebApps_GetPrivateEndpointConnectionSlot
Get(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdWebApps_GetPrivateEndpointConnectionSlot
GetAll(CancellationToken)

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

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

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

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

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdWebApps_GetPrivateEndpointConnectionSlot
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SiteSlotPrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SiteSlotPrivateEndpointConnectionResource>.GetEnumerator()

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

適用対象