| 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.
|
| Modifier and Type | Method and Description |
|---|---|
SslState |
HostnameBindingInner.sslState()
Get the sslState property: SSL type.
|
SslState |
HostnameBindingProperties.sslState()
Get the sslState property: SSL type.
|
| Modifier and Type | Method and Description |
|---|---|
HostnameBindingInner |
HostnameBindingInner.withSslState(SslState sslState)
Set the sslState property: SSL type.
|
HostnameBindingProperties |
HostnameBindingProperties.withSslState(SslState sslState)
Set the sslState property: SSL type.
|
| Modifier and Type | Method and Description |
|---|---|
static SslState |
SslState.fromString(String value)
Parses a serialized value to a SslState instance.
|
SslState |
HostnameSslState.sslState()
Get the sslState property: SSL type.
|
SslState |
HostnameSslBinding.sslState() |
static SslState |
SslState.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.
|
| Modifier and Type | Method and Description |
|---|---|
HostnameSslState |
HostnameSslState.withSslState(SslState sslState)
Set the sslState property: SSL type.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.