CrossConnectionOperationsExtensions.GetAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Get Cross Connection operation retrieves the Cross Connection information for the Dedicated Circuit with the specified service key.
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.CrossConnectionGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations operations, string serviceKey);
static member GetAsync : Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.CrossConnectionGetResponse>
<Extension()>
Public Function GetAsync (operations As ICrossConnectionOperations, serviceKey As String) As Task(Of CrossConnectionGetResponse)
Parameters
- operations
- ICrossConnectionOperations
Reference to the Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations.
- serviceKey
- String
Required. The servicee key representing the dedicated circuit.
Returns
The Get Cross Connection Operation Response.