Partilhar via


SharedSearchServicePrivateLinkResourceCollection.GetAll Método

Definição

Obtém uma lista de todos os recursos de link privado compartilhados gerenciados pelo serviço especificado.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources
  • Operação IdSharedPrivateLinkResources_ListByService
public virtual Azure.Pageable<Azure.ResourceManager.Search.SharedSearchServicePrivateLinkResource> GetAll (Azure.ResourceManager.Search.Models.SearchManagementRequestOptions searchManagementRequestOptions = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Azure.ResourceManager.Search.Models.SearchManagementRequestOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Search.SharedSearchServicePrivateLinkResource>
override this.GetAll : Azure.ResourceManager.Search.Models.SearchManagementRequestOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Search.SharedSearchServicePrivateLinkResource>
Public Overridable Function GetAll (Optional searchManagementRequestOptions As SearchManagementRequestOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SharedSearchServicePrivateLinkResource)

Parâmetros

searchManagementRequestOptions
SearchManagementRequestOptions

Grupo de parâmetros.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção de SharedSearchServicePrivateLinkResource que pode levar várias solicitações de serviço para iterar.

Aplica-se a