你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MinimalTlsVersionEnum Struct

Definition

Enforce a minimal Tls version for the server.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnumTypeConverter))]
public struct MinimalTlsVersionEnum : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnumTypeConverter))>]
type MinimalTlsVersionEnum = struct
    interface IArgumentCompleter
Public Structure MinimalTlsVersionEnum
Implements IArgumentCompleter, IEquatable(Of MinimalTlsVersionEnum)
Inheritance
MinimalTlsVersionEnum
Attributes
Implements

Fields

Tls10
Tls11
Tls12
TlsEnforcementDisabled

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(MinimalTlsVersionEnum)

Compares values of enum type MinimalTlsVersionEnum

Equals(Object)

Compares values of enum type MinimalTlsVersionEnum (override for Object)

GetHashCode()

Returns hashCode for enum MinimalTlsVersionEnum

ToString()

Returns string representation for MinimalTlsVersionEnum

Operators

Equality(MinimalTlsVersionEnum, MinimalTlsVersionEnum)

Overriding == operator for enum MinimalTlsVersionEnum

Implicit(MinimalTlsVersionEnum to String)

Implicit operator to convert MinimalTlsVersionEnum to string

Implicit(String to MinimalTlsVersionEnum)

Implicit operator to convert string to MinimalTlsVersionEnum

Inequality(MinimalTlsVersionEnum, MinimalTlsVersionEnum)

Overriding != operator for enum MinimalTlsVersionEnum

Applies to