/// <summary> /// Gets the source controls available for Azure websites. /// </summary> /// <remarks> /// Gets the source controls available for Azure websites. /// </remarks> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='nextPageLink'> /// The NextLink from the previous successful call to List operation. /// </param> public static IPage <SourceControl> ListSourceControlsNext(this IWebSiteManagementClient operations, string nextPageLink) { return(operations.ListSourceControlsNextAsync(nextPageLink).GetAwaiter().GetResult()); }