Sdílet prostřednictvím


AutomanageResourceUpdateDetails Class

Definition

Represents an update resource.

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

Constructors

AutomanageResourceUpdateDetails()

Initializes a new instance of AutomanageResourceUpdateDetails.

Properties

Tags

The tags of the resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AutomanageResourceUpdateDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AutomanageResourceUpdateDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutomanageResourceUpdateDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutomanageResourceUpdateDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AutomanageResourceUpdateDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to