/// <summary> /// Returns the build detail for the given build ID /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='buildId'> /// The build ID /// </param> /// <param name='ownerName'> /// The name of the owner /// </param> /// <param name='appName'> /// The name of the application /// </param> public static Build Get(this IBuilds operations, int buildId, string ownerName, string appName) { return(operations.GetAsync(buildId, ownerName, appName).GetAwaiter().GetResult()); }