ServicesOperationsExtensions.ListByResourceGroupAsync Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera listę wszystkich usług wyszukiwania w danej grupie zasobów. 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))
Parametry
- operations
- IServicesOperations
Grupa operacji dla tej metody rozszerzenia.
- resourceGroupName
- String
Nazwa grupy zasobów w ramach bieżącej subskrypcji. Tę wartość można uzyskać z interfejsu API Resource Manager platformy Azure lub portalu.
- searchManagementRequestOptions
- SearchManagementRequestOptionsInner
Dodatkowe parametry operacji
- cancellationToken
- CancellationToken
Token anulowania.
Zwraca
Dotyczy
Azure SDK for .NET