PurviewAccountPatch Class

Definition

The account update properties.

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

Constructors

Name Description
PurviewAccountPatch()

Initializes a new instance of PurviewAccountPatch.

Properties

Name Description
Identity

The Managed Identity of the resource.

Properties

The account properties.

Tags

Tags on the azure resource.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<PurviewAccountPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PurviewAccountPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PurviewAccountPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PurviewAccountPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to