Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static SupportedTlsVersions |
SupportedTlsVersions.ONE_FULL_STOP_ONE
Static value 1.1 for SupportedTlsVersions.
|
static SupportedTlsVersions |
SupportedTlsVersions.ONE_FULL_STOP_TWO
Static value 1.2 for SupportedTlsVersions.
|
static SupportedTlsVersions |
SupportedTlsVersions.ONE_FULL_STOP_ZERO
Static value 1.0 for SupportedTlsVersions.
|
Modifier and Type | Method and Description |
---|---|
static SupportedTlsVersions |
SupportedTlsVersions.fromString(String name)
Creates or finds a SupportedTlsVersions from its string representation.
|
SupportedTlsVersions |
SiteConfig.minTlsVersion()
Get minTlsVersion: configures the minimum version of TLS required for SSL requests.
|
Modifier and Type | Method and Description |
---|---|
static Collection<SupportedTlsVersions> |
SupportedTlsVersions.values() |
Modifier and Type | Method and Description |
---|---|
SiteConfig |
SiteConfig.withMinTlsVersion(SupportedTlsVersions minTlsVersion)
Set minTlsVersion: configures the minimum version of TLS required for SSL requests.
|
Copyright © 2019. All rights reserved.