Freigeben über


NetAppActiveDirectoryConfigPatch Class

Definition

The type used for update operations of the ActiveDirectoryConfig.

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

Constructors

Name Description
NetAppActiveDirectoryConfigPatch()

Initializes a new instance of NetAppActiveDirectoryConfigPatch.

Properties

Name Description
Identity

The managed service identities assigned to this resource.

Properties

The resource-specific properties for this resource.

Tags

Resource tags.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<NetAppActiveDirectoryConfigPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetAppActiveDirectoryConfigPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetAppActiveDirectoryConfigPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetAppActiveDirectoryConfigPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetAppActiveDirectoryConfigPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to