次の方法で共有


SearchServiceCollection クラス

定義

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

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

コンストラクター

SearchServiceCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

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

指定されたリソース グループ内の検索サービスを作成または更新します。 検索サービスが既に存在する場合は、すべてのプロパティが指定された値で更新されます。

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

指定されたリソース グループ内の検索サービスを作成または更新します。 検索サービスが既に存在する場合は、すべてのプロパティが指定された値で更新されます。

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

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

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

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

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

指定されたリソース グループ内の指定された名前を持つ検索サービスを取得します。

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

指定したリソース グループ内のすべての Search サービスの一覧を取得します。

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

指定したリソース グループ内のすべての Search サービスの一覧を取得します。

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

指定されたリソース グループ内の指定された名前を持つ検索サービスを取得します。

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

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

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

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

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SearchServiceResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SearchServiceResource>.GetEnumerator()

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

適用対象