NetAppLdapServerType 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.
The type of the LDAP server.
public readonly struct NetAppLdapServerType : IEquatable<Azure.ResourceManager.NetApp.Models.NetAppLdapServerType>
type NetAppLdapServerType = struct
Public Structure NetAppLdapServerType
Implements IEquatable(Of NetAppLdapServerType)
- Inheritance
-
NetAppLdapServerType
- Implements
Constructors
| Name | Description |
|---|---|
| NetAppLdapServerType(String) |
Initializes a new instance of NetAppLdapServerType. |
Properties
| Name | Description |
|---|---|
| ActiveDirectory |
The volume should use Active Directory for LDAP connections. |
| OpenLdap |
The volume should use OpenLDAP for LDAP connections. |
Methods
| Name | Description |
|---|---|
| Equals(NetAppLdapServerType) |
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(NetAppLdapServerType, NetAppLdapServerType) |
Determines if two NetAppLdapServerType values are the same. |
| Implicit(String to NetAppLdapServerType) |
Converts a String to a NetAppLdapServerType. |
| Inequality(NetAppLdapServerType, NetAppLdapServerType) |
Determines if two NetAppLdapServerType values are not the same. |