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

PurviewAccountPatch()

Initializes a new instance of PurviewAccountPatch.

Properties

Identity

The Managed Identity of the resource. Current supported identity types: None, SystemAssigned, UserAssigned.

Properties

The account properties.

Tags

Tags on the azure resource.

Explicit Interface Implementations

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