Condividi tramite


NetAppLdapState Struct

Definition

Specifies whether LDAP is enabled or not.

public readonly struct NetAppLdapState : IEquatable<Azure.ResourceManager.NetApp.Models.NetAppLdapState>
type NetAppLdapState = struct
Public Structure NetAppLdapState
Implements IEquatable(Of NetAppLdapState)
Inheritance
NetAppLdapState
Implements

Constructors

Name Description
NetAppLdapState(String)

Initializes a new instance of NetAppLdapState.

Properties

Name Description
Disabled

ldap is disabled.

Enabled

ldap is enabled.

Methods

Name Description
Equals(NetAppLdapState)

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(NetAppLdapState, NetAppLdapState)

Determines if two NetAppLdapState values are the same.

Implicit(String to NetAppLdapState)

Converts a String to a NetAppLdapState.

Inequality(NetAppLdapState, NetAppLdapState)

Determines if two NetAppLdapState values are not the same.

Applies to