Compartilhar via


SiteRecoveryProtectableItemCollection.GetAsync Método

Definição

A operação para obter os detalhes de um item protegível.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectableItems/{protectableItemName}
  • Operação IdReplicationProtectableItems_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryProtectableItemResource>> GetAsync (string protectableItemName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryProtectableItemResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryProtectableItemResource>>
Public Overridable Function GetAsync (protectableItemName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteRecoveryProtectableItemResource))

Parâmetros

protectableItemName
String

Nome do item protegido.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

protectableItemName é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

protectableItemName é nulo.

Aplica-se a