/// <summary>
 /// Get custom hostnames under this subscription
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static IPage <CustomHostnameSites> ListCustomHostNameSites(this IWebSiteManagementClient operations)
 {
     return(operations.ListCustomHostNameSitesAsync().GetAwaiter().GetResult());
 }