Uses of Class
com.azure.resourcemanager.appservice.models.SupportedTlsVersions
Packages that use SupportedTlsVersions
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of SupportedTlsVersions in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SupportedTlsVersionsModifier and TypeMethodDescriptionSiteConfigInner.minTlsVersion()
Get the minTlsVersion property: MinTlsVersion: configures the minimum version of TLS required for SSL requests.SiteConfigResourceInner.minTlsVersion()
Get the minTlsVersion property: MinTlsVersion: configures the minimum version of TLS required for SSL requests.SiteConfigInner.scmMinTlsVersion()
Get the scmMinTlsVersion property: ScmMinTlsVersion: configures the minimum version of TLS required for SSL requests for SCM site.SiteConfigResourceInner.scmMinTlsVersion()
Get the scmMinTlsVersion property: ScmMinTlsVersion: configures the minimum version of TLS required for SSL requests for SCM site.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type SupportedTlsVersionsModifier and TypeMethodDescriptionSiteConfigInner.withMinTlsVersion
(SupportedTlsVersions minTlsVersion) Set the minTlsVersion property: MinTlsVersion: configures the minimum version of TLS required for SSL requests.SiteConfigResourceInner.withMinTlsVersion
(SupportedTlsVersions minTlsVersion) Set the minTlsVersion property: MinTlsVersion: configures the minimum version of TLS required for SSL requests.SiteConfigInner.withScmMinTlsVersion
(SupportedTlsVersions scmMinTlsVersion) Set the scmMinTlsVersion property: ScmMinTlsVersion: configures the minimum version of TLS required for SSL requests for SCM site.SiteConfigResourceInner.withScmMinTlsVersion
(SupportedTlsVersions scmMinTlsVersion) Set the scmMinTlsVersion property: ScmMinTlsVersion: configures the minimum version of TLS required for SSL requests for SCM site. -
Uses of SupportedTlsVersions in com.azure.resourcemanager.appservice.models
Fields in com.azure.resourcemanager.appservice.models declared as SupportedTlsVersionsModifier and TypeFieldDescriptionstatic final SupportedTlsVersions
SupportedTlsVersions.ONE_ONE
Static value 1.1 for SupportedTlsVersions.static final SupportedTlsVersions
SupportedTlsVersions.ONE_THREE
Static value 1.3 for SupportedTlsVersions.static final SupportedTlsVersions
SupportedTlsVersions.ONE_TWO
Static value 1.2 for SupportedTlsVersions.static final SupportedTlsVersions
SupportedTlsVersions.ONE_ZERO
Static value 1.0 for SupportedTlsVersions.Methods in com.azure.resourcemanager.appservice.models that return SupportedTlsVersionsModifier and TypeMethodDescriptionstatic SupportedTlsVersions
SupportedTlsVersions.fromString
(String name) Creates or finds a SupportedTlsVersions from its string representation.WebAppBase.minTlsVersion()
Gets the minimum version of TLS required for SSL requests.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type SupportedTlsVersionsModifier and TypeMethodDescriptionstatic Collection
<SupportedTlsVersions> SupportedTlsVersions.values()
Gets known SupportedTlsVersions values.Methods in com.azure.resourcemanager.appservice.models with parameters of type SupportedTlsVersionsModifier and TypeMethodDescriptionWebAppBase.DefinitionStages.WithSiteConfigs.withMinTlsVersion
(SupportedTlsVersions minTlsVersion) Sets the minimum version of TLS required for SSL requests.WebAppBase.UpdateStages.WithSiteConfigs.withMinTlsVersion
(SupportedTlsVersions minTlsVersion) Sets the minimum version of TLS required for SSL requests.