/// <summary>
 /// Gets the active diagnostic settings. To get the diagnostic settings
 /// being applied, use GetStatus.
 /// </summary>
 /// <param name='operations'>
 /// Reference to the
 /// Microsoft.Azure.Management.Insights.IServiceDiagnosticSettingsOperations.
 /// </param>
 /// <param name='resourceUri'>
 /// Required. The resource identifier of the configuration.
 /// </param>
 /// <returns>
 /// A standard service response including an HTTP status code and
 /// request ID.
 /// </returns>
 public static Task <ServiceDiagnosticSettingsGetResponse> GetAsync(this IServiceDiagnosticSettingsOperations operations, string resourceUri)
 {
     return(operations.GetAsync(resourceUri, CancellationToken.None));
 }