Uses of Class
com.azure.resourcemanager.mediaservices.models.MinimumTlsVersion
Package
Description
Package containing the inner data models for AzureMediaServices.
Package containing the data models for AzureMediaServices.
-
Uses of MinimumTlsVersion in com.azure.resourcemanager.mediaservices.fluent.models
Modifier and TypeMethodDescriptionMediaServiceInner.minimumTlsVersion()
Get the minimumTlsVersion property: The minimum TLS version allowed for this account's requests.MediaServiceProperties.minimumTlsVersion()
Get the minimumTlsVersion property: The minimum TLS version allowed for this account's requests.Modifier and TypeMethodDescriptionMediaServiceInner.withMinimumTlsVersion
(MinimumTlsVersion minimumTlsVersion) Set the minimumTlsVersion property: The minimum TLS version allowed for this account's requests.MediaServiceProperties.withMinimumTlsVersion
(MinimumTlsVersion minimumTlsVersion) Set the minimumTlsVersion property: The minimum TLS version allowed for this account's requests. -
Uses of MinimumTlsVersion in com.azure.resourcemanager.mediaservices.models
Modifier and TypeFieldDescriptionstatic final MinimumTlsVersion
MinimumTlsVersion.TLS10
Static value Tls10 for MinimumTlsVersion.static final MinimumTlsVersion
MinimumTlsVersion.TLS11
Static value Tls11 for MinimumTlsVersion.static final MinimumTlsVersion
MinimumTlsVersion.TLS12
Static value Tls12 for MinimumTlsVersion.static final MinimumTlsVersion
MinimumTlsVersion.TLS13
Static value Tls13 for MinimumTlsVersion.Modifier and TypeMethodDescriptionstatic MinimumTlsVersion
MinimumTlsVersion.fromString
(String name) Creates or finds a MinimumTlsVersion from its string representation.MediaService.minimumTlsVersion()
Gets the minimumTlsVersion property: The minimum TLS version allowed for this account's requests.MediaServiceUpdate.minimumTlsVersion()
Get the minimumTlsVersion property: The minimum TLS version allowed for this account's requests.Modifier and TypeMethodDescriptionstatic Collection<MinimumTlsVersion>
MinimumTlsVersion.values()
Gets known MinimumTlsVersion values.Modifier and TypeMethodDescriptionMediaService.DefinitionStages.WithMinimumTlsVersion.withMinimumTlsVersion
(MinimumTlsVersion minimumTlsVersion) Specifies the minimumTlsVersion property: The minimum TLS version allowed for this account's requests.MediaService.UpdateStages.WithMinimumTlsVersion.withMinimumTlsVersion
(MinimumTlsVersion minimumTlsVersion) Specifies the minimumTlsVersion property: The minimum TLS version allowed for this account's requests.MediaServiceUpdate.withMinimumTlsVersion
(MinimumTlsVersion minimumTlsVersion) Set the minimumTlsVersion property: The minimum TLS version allowed for this account's requests.