/// <summary>
 /// Diagnoses network connectivity status for external resources on which the
 /// service is dependent on.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The name of the resource group containing the Kusto cluster.
 /// </param>
 /// <param name='clusterName'>
 /// The name of the Kusto cluster.
 /// </param>
 public static DiagnoseVirtualNetworkResult BeginDiagnoseVirtualNetwork(this IClustersOperations operations, string resourceGroupName, string clusterName)
 {
     return(operations.BeginDiagnoseVirtualNetworkAsync(resourceGroupName, clusterName).GetAwaiter().GetResult());
 }