ImageArtifactProfile Class

Definition

Image artifact profile.

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

Constructors

Name Description
ImageArtifactProfile()

Initializes a new instance of ImageArtifactProfile.

Properties

Name Description
ImageName

Image name.

ImageVersion

Image version.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<ImageArtifactProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ImageArtifactProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ImageArtifactProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ImageArtifactProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to