次の方法で共有


KustoManagedPrivateEndpointCollection クラス

定義

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

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

コンストラクター

KustoManagedPrivateEndpointCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, KustoManagedPrivateEndpointData, CancellationToken)

マネージド プライベート エンドポイントを作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/managedPrivateEndpoints/{managedPrivateEndpointName}
  • 操作IdManagedPrivateEndpoints_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, KustoManagedPrivateEndpointData, CancellationToken)

マネージド プライベート エンドポイントを作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/managedPrivateEndpoints/{managedPrivateEndpointName}
  • 操作IdManagedPrivateEndpoints_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/managedPrivateEndpoints/{managedPrivateEndpointName}
  • 操作IdManagedPrivateEndpoints_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/managedPrivateEndpoints/{managedPrivateEndpointName}
  • 操作IdManagedPrivateEndpoints_Get
Get(String, CancellationToken)

マネージド プライベート エンドポイントを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/managedPrivateEndpoints/{managedPrivateEndpointName}
  • 操作IdManagedPrivateEndpoints_Get
GetAll(CancellationToken)

マネージド プライベート エンドポイントの一覧を返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/managedPrivateEndpoints
  • 操作IdManagedPrivateEndpoints_List
GetAllAsync(CancellationToken)

マネージド プライベート エンドポイントの一覧を返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/managedPrivateEndpoints
  • 操作IdManagedPrivateEndpoints_List
GetAsync(String, CancellationToken)

マネージド プライベート エンドポイントを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/managedPrivateEndpoints/{managedPrivateEndpointName}
  • 操作IdManagedPrivateEndpoints_Get
GetIfExists(String, CancellationToken)

サービスからこのリソースの詳細を取得しようとします。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/managedPrivateEndpoints/{managedPrivateEndpointName}
  • 操作IdManagedPrivateEndpoints_Get
GetIfExistsAsync(String, CancellationToken)

サービスからこのリソースの詳細を取得しようとします。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/managedPrivateEndpoints/{managedPrivateEndpointName}
  • 操作IdManagedPrivateEndpoints_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<KustoManagedPrivateEndpointResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<KustoManagedPrivateEndpointResource>.GetEnumerator()

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

適用対象