Udostępnij za pośrednictwem


ServicesOperationsExtensions.GetAsync Metoda

Definicja

Pobiera usługa wyszukiwania o podanej nazwie w danej grupie zasobów. https://aka.ms/search-manage

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Search.Fluent.Models.SearchServiceInner> GetAsync (this Microsoft.Azure.Management.Search.Fluent.IServicesOperations operations, string resourceGroupName, string searchServiceName, Microsoft.Azure.Management.Search.Fluent.Models.SearchManagementRequestOptionsInner searchManagementRequestOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Search.Fluent.IServicesOperations * string * string * Microsoft.Azure.Management.Search.Fluent.Models.SearchManagementRequestOptionsInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Search.Fluent.Models.SearchServiceInner>
<Extension()>
Public Function GetAsync (operations As IServicesOperations, resourceGroupName As String, searchServiceName As String, Optional searchManagementRequestOptions As SearchManagementRequestOptionsInner = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(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.

searchServiceName
String

Nazwa usługa wyszukiwania platformy Azure skojarzonej z określoną grupą zasobów.

searchManagementRequestOptions
SearchManagementRequestOptionsInner

Dodatkowe parametry operacji

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Dotyczy