Udostępnij przez


LdapState Struct

Definition

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)

Converts a String to a LdapState.

Inequality(LdapState, LdapState)

Determines if two LdapState values are not the same.

Applies to