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 |