Uses of Class
com.microsoft.azure.management.appservice.HostNameType
-
-
Uses of HostNameType in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return HostNameType Modifier and Type Method Description static HostNameTypeHostNameType. fromString(String value)Parses a serialized value to a HostNameType instance.HostNameTypeHostName. hostNameType()Get type of the hostname.HostNameTypeHostNameBinding. hostNameType()static HostNameTypeHostNameType. valueOf(String name)Returns the enum constant of this type with the specified name.static HostNameType[]HostNameType. 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 HostNameType Modifier and Type Method Description HostNameHostName. withHostNameType(HostNameType hostNameType)Set type of the hostname.
-