/// <summary> /// Gets the download URI /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='buildId'> /// The build ID /// </param> /// <param name='downloadType'> /// The download type. Possible values include: 'build', 'symbols', 'logs' /// </param> /// <param name='ownerName'> /// The name of the owner /// </param> /// <param name='appName'> /// The name of the application /// </param> public static DownloadContainer GetDownloadUri(this IBuilds operations, int buildId, string downloadType, string ownerName, string appName) { return(operations.GetDownloadUriAsync(buildId, downloadType, ownerName, appName).GetAwaiter().GetResult()); }