Uses of Class
com.azure.resourcemanager.appservice.models.HostType
-
Packages that use HostType Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of HostType in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return HostType Modifier and Type Method Description static HostTypeHostType. fromString(String value)Parses a serialized value to a HostType instance.HostTypeHostnameSslState. hostType()Get the hostType property: 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.azure.resourcemanager.appservice.models with parameters of type HostType Modifier and Type Method Description HostnameSslStateHostnameSslState. withHostType(HostType hostType)Set the hostType property: Indicates whether the hostname is a standard or repository hostname.
-