DedicatedCircuitPeeringRouteTableInfoOperationsExtensions.BeginGetAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
A operação Get DedicatedCircuitPeeringRouteTableInfo repete RouteTable.
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationResponse> BeginGetAsync (this Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableInfoOperations operations, string serviceKey, Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType accessType, Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath devicePath);
static member BeginGetAsync : Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableInfoOperations * string * Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType * Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationResponse>
<Extension()>
Public Function BeginGetAsync (operations As IDedicatedCircuitPeeringRouteTableInfoOperations, serviceKey As String, accessType As BgpPeeringAccessType, devicePath As DevicePath) As Task(Of ExpressRouteOperationResponse)
Parâmetros
Referência a Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableInfoOperations.
- serviceKey
- String
Obrigatórios. A chave de serviço que representa o circuito.
- accessType
- BgpPeeringAccessType
Obrigatórios. Se o emparelhamento é privado, público ou microsoft.
- devicePath
- DevicePath
Obrigatórios. Se o dispositivo é primário ou secundário.
Retornos
Uma resposta de serviço padrão, incluindo uma ID de solicitação e o código de status HTTP.
Aplica-se a
Azure SDK for .NET