Uses of Class
com.azure.resourcemanager.appservice.models.SupportedTlsVersions
-
Packages that use SupportedTlsVersions 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. -
-
Uses of SupportedTlsVersions in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SupportedTlsVersions Modifier and Type Method Description SupportedTlsVersionsSiteConfigInner. minTlsVersion()Get the minTlsVersion property: MinTlsVersion: configures the minimum version of TLS required for SSL requests.SupportedTlsVersionsSiteConfigResourceInner. minTlsVersion()Get the minTlsVersion property: MinTlsVersion: configures the minimum version of TLS required for SSL requests.SupportedTlsVersionsSiteConfigInner. scmMinTlsVersion()Get the scmMinTlsVersion property: ScmMinTlsVersion: configures the minimum version of TLS required for SSL requests for SCM site.SupportedTlsVersionsSiteConfigResourceInner. 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 SupportedTlsVersions Modifier and Type Method Description SiteConfigInnerSiteConfigInner. withMinTlsVersion(SupportedTlsVersions minTlsVersion)Set the minTlsVersion property: MinTlsVersion: configures the minimum version of TLS required for SSL requests.SiteConfigResourceInnerSiteConfigResourceInner. withMinTlsVersion(SupportedTlsVersions minTlsVersion)Set the minTlsVersion property: MinTlsVersion: configures the minimum version of TLS required for SSL requests.SiteConfigInnerSiteConfigInner. withScmMinTlsVersion(SupportedTlsVersions scmMinTlsVersion)Set the scmMinTlsVersion property: ScmMinTlsVersion: configures the minimum version of TLS required for SSL requests for SCM site.SiteConfigResourceInnerSiteConfigResourceInner. 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 SupportedTlsVersions Modifier and Type Field Description static SupportedTlsVersionsSupportedTlsVersions. ONE_ONEStatic value 1.1 for SupportedTlsVersions.static SupportedTlsVersionsSupportedTlsVersions. ONE_TWOStatic value 1.2 for SupportedTlsVersions.static SupportedTlsVersionsSupportedTlsVersions. ONE_ZEROStatic value 1.0 for SupportedTlsVersions.Methods in com.azure.resourcemanager.appservice.models that return SupportedTlsVersions Modifier and Type Method Description static SupportedTlsVersionsSupportedTlsVersions. fromString(String name)Creates or finds a SupportedTlsVersions from its string representation.SupportedTlsVersionsWebAppBase. minTlsVersion()Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type SupportedTlsVersions Modifier and Type Method Description static Collection<SupportedTlsVersions>SupportedTlsVersions. values()Methods in com.azure.resourcemanager.appservice.models with parameters of type SupportedTlsVersions Modifier and Type Method 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.
-