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

[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.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)]
[Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "TLS1_0", "TLS1_1", "TLS1_2", "TLS1_3" })]
public string MinimumTlsVersion { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "TLS1_0", "TLS1_1", "TLS1_2", "TLS1_3" })]
[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. Minimum TLS version 1.3 version is not supported.", 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
[<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)>]
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "TLS1_0", "TLS1_1", "TLS1_2", "TLS1_3" })>]
member this.MinimumTlsVersion : string with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "TLS1_0", "TLS1_1", "TLS1_2", "TLS1_3" })>]
[<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. Minimum TLS version 1.3 version is not supported.", 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