ArtifactManifestPropertiesFormat Class

Definition

Artifact manifest properties.

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

Constructors

Name Description
ArtifactManifestPropertiesFormat()

Initializes a new instance of ArtifactManifestPropertiesFormat.

Properties

Name Description
ArtifactManifestState

The artifact manifest state.

Artifacts

The artifacts list.

ProvisioningState

The provisioning state of the ArtifactManifest resource.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<ArtifactManifestPropertiesFormat>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ArtifactManifestPropertiesFormat>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ArtifactManifestPropertiesFormat>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ArtifactManifestPropertiesFormat>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to