Uses of Enum
com.azure.resourcemanager.appservice.models.HostType
Packages that use HostType
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of HostType in com.azure.resourcemanager.appservice.models
Subclasses with type arguments of type HostType in com.azure.resourcemanager.appservice.modelsModifier and TypeClassDescriptionenumIndicates whether the hostname is a standard or repository hostname.Methods in com.azure.resourcemanager.appservice.models that return HostTypeModifier and TypeMethodDescriptionstatic HostTypeHostType.fromString(String value) Parses a serialized value to a HostType instance.HostnameSslState.hostType()Get the hostType property: Indicates whether the hostname is a standard or repository hostname.static HostTypeReturns 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 HostTypeModifier and TypeMethodDescriptionHostnameSslState.withHostType(HostType hostType) Set the hostType property: Indicates whether the hostname is a standard or repository hostname.