Uses of Class
com.microsoft.azure.management.appservice.HostType
-
-
Uses of HostType in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return HostType Modifier and Type Method Description static HostTypeHostType. fromString(String value)Parses a serialized value to a HostType instance.HostTypeHostNameSslState. hostType()Get indicates whether the hostname is a standard or repository hostname.static HostTypeHostType. valueOf(String name)Returns the enum constant of this type with the specified name.static HostType[]HostType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.management.appservice with parameters of type HostType Modifier and Type Method Description HostNameSslStateHostNameSslState. withHostType(HostType hostType)Set indicates whether the hostname is a standard or repository hostname.
-