예제 #1
0
 /// <summary>
 /// Get Metric details.
 /// </summary>
 /// <remarks>
 /// Get Metric details for a specific Metric Id.
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='subscriptionId'>
 /// The Azure Subscription ID.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The Name of the resource group in which the workspace is located.
 /// </param>
 /// <param name='workspaceName'>
 /// The name of the workspace.
 /// </param>
 /// <param name='experimentName'>
 /// The experiment name.
 /// </param>
 /// <param name='metricId'>
 /// The identifier for a Metric.
 /// </param>
 public static RunMetric Get(this IRunMetricsOperations operations, System.Guid subscriptionId, string resourceGroupName, string workspaceName, string experimentName, System.Guid metricId)
 {
     return(operations.GetAsync(subscriptionId, resourceGroupName, workspaceName, experimentName, metricId).GetAwaiter().GetResult());
 }