ArtifactChangeState Class

Definition

The artifact updating request payload.

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

Constructors

Name Description
ArtifactChangeState()

Initializes a new instance of ArtifactChangeState.

Properties

Name Description
ArtifactState

The artifact state.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<ArtifactChangeState>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ArtifactChangeState>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ArtifactChangeState>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ArtifactChangeState>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to