Uses of Class
com.microsoft.azure.management.appservice.SslState
-
-
Uses of SslState in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return SslState Modifier and Type Method Description static SslStateSslState. fromString(String value)Parses a serialized value to a SslState instance.SslStateHostNameSslBinding. sslState()SslStateHostNameSslState. sslState()Get sSL type.static SslStateSslState. valueOf(String name)Returns the enum constant of this type with the specified name.static SslState[]SslState. 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 SslState Modifier and Type Method Description HostNameSslStateHostNameSslState. withSslState(SslState sslState)Set sSL type.
-