VhdImageArtifactProfile Class

Definition

Vhd artifact profile.

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

Constructors

Name Description
VhdImageArtifactProfile()

Initializes a new instance of VhdImageArtifactProfile.

Properties

Name Description
VhdName

Vhd name.

VhdVersion

Vhd version.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<VhdImageArtifactProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VhdImageArtifactProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VhdImageArtifactProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VhdImageArtifactProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to