StorageAccountData.MinimumTlsVersion Property

Definition

Set the minimum TLS version to be permitted on requests to storage. The default interpretation is TLS 1.0 for this property. Minimum TLS version 1.3 version is not supported.

public Azure.ResourceManager.Storage.Models.StorageMinimumTlsVersion? MinimumTlsVersion { get; set; }
member this.MinimumTlsVersion : Nullable<Azure.ResourceManager.Storage.Models.StorageMinimumTlsVersion> with get, set
Public Property MinimumTlsVersion As Nullable(Of StorageMinimumTlsVersion)

Property Value

Applies to