ICrossConnectionOperations.GetAsync(String, CancellationToken) 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 System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.CrossConnectionGetResponse> GetAsync (string serviceKey, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.CrossConnectionGetResponse>
Public Function GetAsync (serviceKey As String, cancellationToken As CancellationToken) As Task(Of CrossConnectionGetResponse)
Parameters
- serviceKey
- String
The servicee key representing the dedicated circuit.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Get Cross Connection Operation Response.