你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NetAppLdapSearchScopeConfiguration Class

Definition

LDAP search scope.

public class NetAppLdapSearchScopeConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetApp.Models.NetAppLdapSearchScopeConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetApp.Models.NetAppLdapSearchScopeConfiguration>
type NetAppLdapSearchScopeConfiguration = class
    interface IJsonModel<NetAppLdapSearchScopeConfiguration>
    interface IPersistableModel<NetAppLdapSearchScopeConfiguration>
Public Class NetAppLdapSearchScopeConfiguration
Implements IJsonModel(Of NetAppLdapSearchScopeConfiguration), IPersistableModel(Of NetAppLdapSearchScopeConfiguration)
Inheritance
NetAppLdapSearchScopeConfiguration
Implements

Constructors

NetAppLdapSearchScopeConfiguration()

Initializes a new instance of NetAppLdapSearchScopeConfiguration.

Properties

GroupDN

This specifies the group DN, which overrides the base DN for group lookups.

GroupMembershipFilter

This specifies the custom LDAP search filter to be used when looking up group membership from LDAP server.

UserDN

This specifies the user DN, which overrides the base DN for user lookups.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NetAppLdapSearchScopeConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<NetAppLdapSearchScopeConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetAppLdapSearchScopeConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetAppLdapSearchScopeConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<NetAppLdapSearchScopeConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to