/// <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> public static IPage <SourceControl> ListSourceControls(this IWebSiteManagementClient operations) { return(operations.ListSourceControlsAsync().GetAwaiter().GetResult()); }