Condividi tramite


ServicesOperationsExtensions.ListByResourceGroupAsync Metodo

Definizione

Ottiene un elenco di tutti i servizi di ricerca nel gruppo di risorse specificato. 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))

Parametri

operations
IServicesOperations

Gruppo di operazioni per questo metodo di estensione.

resourceGroupName
String

Nome del gruppo di risorse all'interno della sottoscrizione corrente. È possibile ottenere questo valore dall'API di Gestione risorse di Azure o dal portale.

searchManagementRequestOptions
SearchManagementRequestOptionsInner

Parametri aggiuntivi per l'operazione

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Si applica a