LdapState 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.
Specifies whether LDAP is enabled or not.
public readonly struct LdapState : IEquatable<Azure.ResourceManager.NetApp.Models.LdapState>
type LdapState = struct
Public Structure LdapState
Implements IEquatable(Of LdapState)
- Inheritance
-
LdapState
- Implements
Constructors
| Name | Description |
|---|---|
| LdapState(String) |
Initializes a new instance of LdapState. |
Properties
| Name | Description |
|---|---|
| Disabled |
ldap is disabled. |
| Enabled |
ldap is enabled. |
Methods
| Name | Description |
|---|---|
| Equals(LdapState) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(LdapState, LdapState) |
Determines if two LdapState values are the same. |
| Implicit(String to LdapState) | |
| Inequality(LdapState, LdapState) |
Determines if two LdapState values are not the same. |