GetGroupIdListForLdapUserResult Class

Definition

Group Id list for Ldap user.

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

Properties

GroupIdsForLdapUser

Group Id list.

Explicit Interface Implementations

IJsonModel<GetGroupIdListForLdapUserResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GetGroupIdListForLdapUserResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GetGroupIdListForLdapUserResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GetGroupIdListForLdapUserResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GetGroupIdListForLdapUserResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to