共用方式為


ServicesOperationsExtensions.ListByResourceGroupAsync 方法

定義

取得指定資源群組中所有搜尋服務的清單。 https://aka.ms/search-manage

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Search.Fluent.Models.SearchServiceInner>> ListByResourceGroupAsync (this Microsoft.Azure.Management.Search.Fluent.IServicesOperations operations, string resourceGroupName, Microsoft.Azure.Management.Search.Fluent.Models.SearchManagementRequestOptionsInner searchManagementRequestOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupAsync : Microsoft.Azure.Management.Search.Fluent.IServicesOperations * string * Microsoft.Azure.Management.Search.Fluent.Models.SearchManagementRequestOptionsInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Search.Fluent.Models.SearchServiceInner>>
<Extension()>
Public Function ListByResourceGroupAsync (operations As IServicesOperations, resourceGroupName As String, Optional searchManagementRequestOptions As SearchManagementRequestOptionsInner = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of SearchServiceInner))

參數

operations
IServicesOperations

這個擴充方法的作業群組。

resourceGroupName
String

目前訂用帳戶內的資源組名。 您可以從 Azure 資源管理員 API 或入口網站取得這個值。

searchManagementRequestOptions
SearchManagementRequestOptionsInner

作業的其他參數

cancellationToken
CancellationToken

取消語彙基元。

傳回

適用於