SslState Enum
- java.
lang. Object - java.
lang. Enum<SslState> - com.
microsoft. azure. management. appservice. SslState
- com.
- java.
public enum SslState
Defines values for SslState.
Fields
DISABLED |
Enum value Disabled. |
IP_BASED_ENABLED |
Enum value IpBasedEnabled. |
SNI_ENABLED |
Enum value SniEnabled. |
Methods
fromString(String value)
public static SslState fromString(String value)
Parses a serialized value to a SslState instance.
Parameters
- value
- String
Returns
the parsed SslState object, or null if unable to parse.
toString()
public String toString()
Returns
String
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java