TlsV1 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.
A flag to determine whether or not TlsV1 is enabled or disabled.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.TlsV1TypeConverter))]
public struct TlsV1 : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.TlsV1>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.TlsV1TypeConverter))>]
type TlsV1 = struct
interface IArgumentCompleter
Public Structure TlsV1
Implements IArgumentCompleter, IEquatable(Of TlsV1)
- Inheritance
-
TlsV1
- Attributes
- Implements
Fields
| Name | Description |
|---|---|
| Disabled | |
| Enabled | |
Methods
| Name | Description |
|---|---|
| CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
| Equals(Object) |
Compares values of enum type TlsV1 (override for Object) |
| Equals(TlsV1) |
Compares values of enum type TlsV1 |
| GetHashCode() |
Returns hashCode for enum TlsV1 |
| ToString() |
Returns string representation for TlsV1 |
Operators
| Name | Description |
|---|---|
| Equality(TlsV1, TlsV1) |
Overriding == operator for enum TlsV1 |
| Implicit(String to TlsV1) |
Implicit operator to convert string to TlsV1 |
| Implicit(TlsV1 to String) |
Implicit operator to convert TlsV1 to string |
| Inequality(TlsV1, TlsV1) |
Overriding != operator for enum TlsV1 |