Ejemplo n.º 1
0
 /// <summary>
 /// Get problem classification details for a specific Azure service.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='serviceName'>
 /// Name of the Azure service available for support.
 /// </param>
 /// <param name='problemClassificationName'>
 /// Name of problem classification.
 /// </param>
 public static ProblemClassification Get(this IProblemClassificationsOperations operations, string serviceName, string problemClassificationName)
 {
     return(operations.GetAsync(serviceName, problemClassificationName).GetAwaiter().GetResult());
 }