次の方法で共有


SearchServiceCollection.GetAllAsync メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices
  • 操作IdServices_ListByResourceGroup
public virtual Azure.AsyncPageable<Azure.ResourceManager.Search.SearchServiceResource> GetAllAsync (Azure.ResourceManager.Search.Models.SearchManagementRequestOptions searchManagementRequestOptions = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Azure.ResourceManager.Search.Models.SearchManagementRequestOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Search.SearchServiceResource>
override this.GetAllAsync : Azure.ResourceManager.Search.Models.SearchManagementRequestOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Search.SearchServiceResource>
Public Overridable Function GetAllAsync (Optional searchManagementRequestOptions As SearchManagementRequestOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SearchServiceResource)

パラメーター

searchManagementRequestOptions
SearchManagementRequestOptions

パラメーター グループ。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の SearchServiceResource サービス要求を受け取る可能性がある の非同期コレクション。

適用対象