ArtifactManifestUpdateState Class

Definition

The artifact manifest updating request payload. Only the 'Uploaded' state is allowed for updates. Other states are used for internal state transitioning.

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

Constructors

Name Description
ArtifactManifestUpdateState()

Initializes a new instance of ArtifactManifestUpdateState.

Properties

Name Description
ArtifactManifestState

The artifact manifest state.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<ArtifactManifestUpdateState>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ArtifactManifestUpdateState>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ArtifactManifestUpdateState>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ArtifactManifestUpdateState>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to