| 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 |
|---|---|
SupportedTlsVersions |
SiteConfigInner.minTlsVersion()
Get the minTlsVersion property: MinTlsVersion: configures the minimum version of TLS required for SSL requests.
|
SupportedTlsVersions |
SiteConfigResourceInner.minTlsVersion()
Get the minTlsVersion property: MinTlsVersion: configures the minimum version of TLS required for SSL requests.
|
SupportedTlsVersions |
SiteConfigInner.scmMinTlsVersion()
Get the scmMinTlsVersion property: ScmMinTlsVersion: configures the minimum version of TLS required for SSL
requests for SCM site.
|
SupportedTlsVersions |
SiteConfigResourceInner.scmMinTlsVersion()
Get the scmMinTlsVersion property: ScmMinTlsVersion: configures the minimum version of TLS required for SSL
requests for SCM site.
|
| Modifier and Type | Method and Description |
|---|---|
SiteConfigInner |
SiteConfigInner.withMinTlsVersion(SupportedTlsVersions minTlsVersion)
Set the minTlsVersion property: MinTlsVersion: configures the minimum version of TLS required for SSL requests.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withMinTlsVersion(SupportedTlsVersions minTlsVersion)
Set the minTlsVersion property: MinTlsVersion: configures the minimum version of TLS required for SSL requests.
|
SiteConfigInner |
SiteConfigInner.withScmMinTlsVersion(SupportedTlsVersions scmMinTlsVersion)
Set the scmMinTlsVersion property: ScmMinTlsVersion: configures the minimum version of TLS required for SSL
requests for SCM site.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withScmMinTlsVersion(SupportedTlsVersions scmMinTlsVersion)
Set the scmMinTlsVersion property: ScmMinTlsVersion: configures the minimum version of TLS required for SSL
requests for SCM site.
|
| Modifier and Type | Field and Description |
|---|---|
static SupportedTlsVersions |
SupportedTlsVersions.ONE_ONE
Static value 1.1 for SupportedTlsVersions.
|
static SupportedTlsVersions |
SupportedTlsVersions.ONE_TWO
Static value 1.2 for SupportedTlsVersions.
|
static SupportedTlsVersions |
SupportedTlsVersions.ONE_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 |
WebAppBase.minTlsVersion() |
| Modifier and Type | Method and Description |
|---|---|
WebAppBase.DefinitionStages.WithCreate<FluentT> |
WebAppBase.DefinitionStages.WithSiteConfigs.withMinTlsVersion(SupportedTlsVersions minTlsVersion)
Sets the minimum version of TLS required for SSL requests.
|
WebAppBase.Update<FluentT> |
WebAppBase.UpdateStages.WithSiteConfigs.withMinTlsVersion(SupportedTlsVersions minTlsVersion)
Sets the minimum version of TLS required for SSL requests.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.