次の方法で共有


SharedSearchServicePrivateLinkResourceCollection クラス

定義

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

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

コンストラクター

SharedSearchServicePrivateLinkResourceCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, SharedSearchServicePrivateLinkResourceData, SearchManagementRequestOptions, CancellationToken)

指定されたリソース グループ内の検索サービスによって管理される共有プライベート リンク リソースの作成または更新を開始します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}
  • 操作IdSharedPrivateLinkResources_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, SharedSearchServicePrivateLinkResourceData, SearchManagementRequestOptions, CancellationToken)

指定されたリソース グループ内の検索サービスによって管理される共有プライベート リンク リソースの作成または更新を開始します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}
  • 操作IdSharedPrivateLinkResources_CreateOrUpdate
Exists(String, SearchManagementRequestOptions, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}
  • 操作IdSharedPrivateLinkResources_Get
ExistsAsync(String, SearchManagementRequestOptions, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}
  • 操作IdSharedPrivateLinkResources_Get
Get(String, SearchManagementRequestOptions, CancellationToken)

指定したリソース グループ内の検索サービスによって管理される共有プライベート リンク リソースの詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}
  • 操作IdSharedPrivateLinkResources_Get
GetAll(SearchManagementRequestOptions, CancellationToken)

指定されたサービスによって管理されているすべての共有プライベート リンク リソースの一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources
  • 操作IdSharedPrivateLinkResources_ListByService
GetAllAsync(SearchManagementRequestOptions, CancellationToken)

指定されたサービスによって管理されているすべての共有プライベート リンク リソースの一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources
  • 操作IdSharedPrivateLinkResources_ListByService
GetAsync(String, SearchManagementRequestOptions, CancellationToken)

指定したリソース グループ内の検索サービスによって管理される共有プライベート リンク リソースの詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}
  • 操作IdSharedPrivateLinkResources_Get
GetIfExists(String, SearchManagementRequestOptions, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}
  • 操作IdSharedPrivateLinkResources_Get
GetIfExistsAsync(String, SearchManagementRequestOptions, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}
  • 操作IdSharedPrivateLinkResources_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SharedSearchServicePrivateLinkResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SharedSearchServicePrivateLinkResource>.GetEnumerator()

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

適用対象