UpdateAzRedisEnterpriseCache_UpdateViaIdentityExpanded.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.
[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
- Attributes