Partilhar via


RelayPrivateLinkResourceCollection.GetAll(CancellationToken) Método

Definição

Obtém listas de recursos que dão suporte a Privatelinks.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/privateLinkResources
  • Operação IdPrivateLinkResources_List
public virtual Azure.Pageable<Azure.ResourceManager.Relay.RelayPrivateLinkResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Relay.RelayPrivateLinkResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Relay.RelayPrivateLinkResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of RelayPrivateLinkResource)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

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

Aplica-se a