/// <summary>
 /// Gets details about the specified ExpressRouteCrossConnection.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The name of the resource group (peering location of the circuit).
 /// </param>
 /// <param name='crossConnectionName'>
 /// The name of the ExpressRouteCrossConnection (service key of the circuit).
 /// </param>
 public static ExpressRouteCrossConnection Get(this IExpressRouteCrossConnectionsOperations operations, string resourceGroupName, string crossConnectionName)
 {
     return(operations.GetAsync(resourceGroupName, crossConnectionName).GetAwaiter().GetResult());
 }