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