Share via


IStorageAccount.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.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "TLS1_0", "TLS1_1", "TLS1_2" })]
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Set the minimum TLS version to be permitted on requests to storage. The default interpretation is TLS 1.0 for this property.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="minimumTlsVersion", Update=true)]
public string MinimumTlsVersion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "TLS1_0", "TLS1_1", "TLS1_2" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Set the minimum TLS version to be permitted on requests to storage. The default interpretation is TLS 1.0 for this property.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="minimumTlsVersion", Update=true)>]
member this.MinimumTlsVersion : string with get, set
Public Property MinimumTlsVersion As String

Property Value

Attributes

Applies to