HostType Enum
- java.
lang. Object - java.
lang. Enum<HostType> - com.
microsoft. azure. management. appservice. HostType
- com.
- java.
public enum HostType
Defines values for HostType.
Fields
REPOSITORY |
Enum value Repository. |
STANDARD |
Enum value Standard. |
Methods
fromString(String value)
public static HostType fromString(String value)
Parses a serialized value to a HostType instance.
Parameters
- value
- String
Returns
the parsed HostType object, or null if unable to parse.
toString()
public String toString()
Returns
String
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java