Compartilhar via


SearchServiceResource.GetSupportedPrivateLinkResources Método

Definição

Obtém uma lista de todos os tipos de recursos de link privado com suporte para o serviço determinado.

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

Parâmetros

searchManagementRequestOptions
SearchManagementRequestOptions

Grupo de parâmetros.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

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

Aplica-se a