Compartilhar via


DedicatedCircuitLinkOperationsExtensions.GetAsync Método

Definição

A operação Obter Link de Circuito Dedicado recupera o link de circuito dedicado especificado.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations operations, string serviceKey, string vnetName);
static member GetAsync : Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkGetResponse>
<Extension()>
Public Function GetAsync (operations As IDedicatedCircuitLinkOperations, serviceKey As String, vnetName As String) As Task(Of DedicatedCircuitLinkGetResponse)

Parâmetros

operations
IDedicatedCircuitLinkOperations

Referência ao Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations.

serviceKey
String

Obrigatórios. A chave de serviço que representa o circuito.

vnetName
String

Obrigatórios.

Retornos

A resposta da operação Obter Link de Circuito Dedicado.

Aplica-se a