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.
Set the minimum TLS version to be permitted on requests to storage. The default interpretation is TLS 1.0 for this property.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.MinimumTlsVersionTypeConverter))]
public struct MinimumTlsVersion : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.MinimumTlsVersion>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.MinimumTlsVersionTypeConverter))>]
type MinimumTlsVersion = struct
interface IArgumentCompleter
Public Structure MinimumTlsVersion
Implements IArgumentCompleter, IEquatable(Of MinimumTlsVersion)
- Inheritance
-
MinimumTlsVersion
- Attributes
- Implements
Fields
Tls10 | |
Tls11 | |
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 |