ManifestArtifactFormat Class

Definition

Manifest artifact properties.

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

Constructors

Name Description
ManifestArtifactFormat()

Initializes a new instance of ManifestArtifactFormat.

Properties

Name Description
ArtifactName

The artifact name.

ArtifactType

The artifact type.

ArtifactVersion

The artifact version.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<ManifestArtifactFormat>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManifestArtifactFormat>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManifestArtifactFormat>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManifestArtifactFormat>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to