你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MinimumTlsVersion Struct
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.
TLS protocol version that will be used for Https
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.MinimumTlsVersionTypeConverter))]
public struct MinimumTlsVersion : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.MinimumTlsVersion>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.MinimumTlsVersionTypeConverter))>]
type MinimumTlsVersion = struct
interface IArgumentCompleter
Public Structure MinimumTlsVersion
Implements IArgumentCompleter, IEquatable(Of MinimumTlsVersion)
- Inheritance
-
MinimumTlsVersion
- Attributes
- Implements
Fields
None | |
Tls10 | |
Tls12 |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(MinimumTlsVersion) |
Compares values of enum type MinimumTlsVersion |
Equals(Object) |
Compares values of enum type MinimumTlsVersion (override for Object) |
GetHashCode() |
Returns hashCode for enum MinimumTlsVersion |
ToString() |
Returns string representation for MinimumTlsVersion |
Operators
Equality(MinimumTlsVersion, MinimumTlsVersion) |
Overriding == operator for enum MinimumTlsVersion |
Implicit(MinimumTlsVersion to String) |
Implicit operator to convert MinimumTlsVersion to string |
Implicit(String to MinimumTlsVersion) |
Implicit operator to convert string to MinimumTlsVersion |
Inequality(MinimumTlsVersion, MinimumTlsVersion) |
Overriding != operator for enum MinimumTlsVersion |