Compartilhar via


SharedPrivateLinkResourcesOperationsExtensions.ListByServiceAsync Método

Definição

Obtém uma lista de todos os recursos de link privado compartilhados gerenciados pelo serviço especificado. https://aka.ms/search-manage

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Search.Models.SharedPrivateLinkResource>> ListByServiceAsync (this Microsoft.Azure.Management.Search.ISharedPrivateLinkResourcesOperations operations, string resourceGroupName, string searchServiceName, Microsoft.Azure.Management.Search.Models.SearchManagementRequestOptions searchManagementRequestOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByServiceAsync : Microsoft.Azure.Management.Search.ISharedPrivateLinkResourcesOperations * string * string * Microsoft.Azure.Management.Search.Models.SearchManagementRequestOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Search.Models.SharedPrivateLinkResource>>
<Extension()>
Public Function ListByServiceAsync (operations As ISharedPrivateLinkResourcesOperations, resourceGroupName As String, searchServiceName As String, Optional searchManagementRequestOptions As SearchManagementRequestOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SharedPrivateLinkResource))

Parâmetros

operations
ISharedPrivateLinkResourcesOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos na assinatura atual. Você pode obter esse valor por meio da API do Gerenciador de Recursos do Azure ou por meio do portal.

searchServiceName
String

O nome do serviço Azure Cognitive Search associado ao grupo de recursos especificado.

searchManagementRequestOptions
SearchManagementRequestOptions

Parâmetros adicionais para a operação

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a