DedicatedCircuitPeeringRouteTableInfoOperationsExtensions.BeginGetAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
L’opération Get DedicatedCircuitPeeringRouteTableInfo retente 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)
Paramètres
Référence à Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableInfoOperations.
- serviceKey
- String
Obligatoire. Clé de service représentant le circuit.
- accessType
- BgpPeeringAccessType
Obligatoire. Si le peering est privé ou public ou microsoft.
- devicePath
- DevicePath
Obligatoire. Indique si l’appareil est principal ou secondaire.
Retours
Réponse de service standard comprenant un code de status HTTP et un ID de requête.
S’applique à
Azure SDK for .NET