/// <summary>
 /// List all apps that are assigned to a hostname.
 /// </summary>
 /// <remarks>
 /// List all apps that are assigned to a hostname.
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='name'>
 /// Name of the object.
 /// </param>
 public static IPage <Identifier> ListSiteIdentifiersAssignedToHostName(this IWebSiteManagementClient operations, string name = default(string))
 {
     return(operations.ListSiteIdentifiersAssignedToHostNameAsync(name).GetAwaiter().GetResult());
 }