Partilhar via


RecoveryServicesPrivateLinkResourceCollection.GetAll Método

Definição

Retorna a lista de recursos de link privado que precisam ser criados para Backup e SiteRecovery

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

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

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

Aplica-se a