/// <summary> /// List the result of the specified operation. /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='location'> /// The region name which the operation will lookup into. /// </param> /// <param name='operationId'> /// The target operation Id. /// </param> public static void ListOperationResults(this IServersOperations operations, string location, string operationId) { operations.ListOperationResultsAsync(location, operationId).GetAwaiter().GetResult(); }