PeeringServiceCollection.GetAsync(String, CancellationToken) Método

Definição

Obtém um serviço de emparelhamento existente com o nome especificado na assinatura e no grupo de recursos fornecidos.

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

Parâmetros

peeringServiceName
String

O nome do emparelhamento.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

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

peeringServiceName é nulo.

Aplica-se a