UpdateAzRedisEnterpriseCache_UpdateViaIdentityExpanded.MinimumTlsVersion Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Category(new Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.ParameterCategory.Body })]
[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Description="The minimum TLS version for the cluster to support, e.g. '1.2'", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion) }, ReadOnly=false, Required=false, SerializedName="minimumTlsVersion")]
[System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion))]
[System.Management.Automation.Parameter(HelpMessage="The minimum TLS version for the cluster to support, e.g. '1.2'", Mandatory=false)]
public Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion MinimumTlsVersion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Category(new Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.ParameterCategory.Body })>]
[<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Description="The minimum TLS version for the cluster to support, e.g. '1.2'", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion) }, ReadOnly=false, Required=false, SerializedName="minimumTlsVersion")>]
[<System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion))>]
[<System.Management.Automation.Parameter(HelpMessage="The minimum TLS version for the cluster to support, e.g. '1.2'", Mandatory=false)>]
member this.MinimumTlsVersion : Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion with get, set
Public Property MinimumTlsVersion As TlsVersion

Property Value

TlsVersion
Attributes

Applies to