Uses of Enum
com.azure.resourcemanager.appservice.models.SslState
Packages that use SslState
Package
Description
Package containing the inner data models for WebSiteManagementClient.
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 SslStateModifier and TypeMethodDescriptionHostnameBindingInner.sslState()
Get the sslState property: SSL type.HostnameBindingProperties.sslState()
Get the sslState property: SSL type.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type SslStateModifier and TypeMethodDescriptionHostnameBindingInner.withSslState
(SslState sslState) Set the sslState property: SSL type.HostnameBindingProperties.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 SslStateModifier and TypeMethodDescriptionstatic SslState
SslState.fromString
(String value) Parses a serialized value to a SslState instance.HostnameSslBinding.sslState()
Gets the SSL type.HostnameSslState.sslState()
Get the sslState property: SSL type.static SslState
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 SslStateModifier and TypeMethodDescriptionHostnameSslState.withSslState
(SslState sslState) Set the sslState property: SSL type.