Beispiel #1
0
 /// <summary>
 /// Gets the status of Operations Management Suite (OMS) on the HDInsight
 /// cluster.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The name of the resource group.
 /// </param>
 /// <param name='clusterName'>
 /// The name of the cluster.
 /// </param>
 public static ClusterMonitoringResponse GetMonitoringStatus(this IExtensionsOperations operations, string resourceGroupName, string clusterName)
 {
     return(operations.GetMonitoringStatusAsync(resourceGroupName, clusterName).GetAwaiter().GetResult());
 }