Ldaps 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 Secure LDAP is enabled or disabled.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.LdapsTypeConverter))]
public struct Ldaps : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.Ldaps>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.LdapsTypeConverter))>]
type Ldaps = struct
interface IArgumentCompleter
Public Structure Ldaps
Implements IArgumentCompleter, IEquatable(Of Ldaps)
- Inheritance
-
Ldaps
- 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(Ldaps) |
Compares values of enum type Ldaps |
| Equals(Object) |
Compares values of enum type Ldaps (override for Object) |
| GetHashCode() |
Returns hashCode for enum Ldaps |
| ToString() |
Returns string representation for Ldaps |
Operators
| Name | Description |
|---|---|
| Equality(Ldaps, Ldaps) |
Overriding == operator for enum Ldaps |
| Implicit(Ldaps to String) |
Implicit operator to convert Ldaps to string |
| Implicit(String to Ldaps) |
Implicit operator to convert string to Ldaps |
| Inequality(Ldaps, Ldaps) |
Overriding != operator for enum Ldaps |