Uses of Class
com.azure.resourcemanager.appservice.models.SslState
-
Packages that use SslState Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of SslState in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SslState Modifier and Type Method Description SslStateHostnameBindingInner. sslState()Get the sslState property: SSL type.SslStateHostnameBindingProperties. sslState()Get the sslState property: SSL type.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type SslState Modifier and Type Method Description HostnameBindingInnerHostnameBindingInner. withSslState(SslState sslState)Set the sslState property: SSL type.HostnameBindingPropertiesHostnameBindingProperties. withSslState(SslState sslState)Set the sslState property: SSL type. -
Uses of SslState in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models 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 the sslState property: 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.azure.resourcemanager.appservice.models with parameters of type SslState Modifier and Type Method Description HostnameSslStateHostnameSslState. withSslState(SslState sslState)Set the sslState property: SSL type.
-