Compartilhar via


HybridComputePrivateLinkScopeCollection.GetAsync Método

Definição

Retorna um PrivateLinkScope do Azure Arc.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes/{scopeName}
  • IdPrivateLinkScopes_Get de operação
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridCompute.HybridComputePrivateLinkScopeResource>> GetAsync (string scopeName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridCompute.HybridComputePrivateLinkScopeResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridCompute.HybridComputePrivateLinkScopeResource>>
Public Overridable Function GetAsync (scopeName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of HybridComputePrivateLinkScopeResource))

Parâmetros

scopeName
String

O nome do recurso PrivateLinkScope do Azure Arc.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

scopeName é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.

scopeName é nulo.

Aplica-se a