IStorageAccountProperties.MinimumTlsVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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