AzureCoreVhdImageArtifactProfile Class

Definition

Azure vhd artifact profile properties.

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

Constructors

Name Description
AzureCoreVhdImageArtifactProfile()

Initializes a new instance of AzureCoreVhdImageArtifactProfile.

Properties

Name Description
ArtifactStoreId

Gets or sets Id.

(Inherited from ArtifactProfile)
VhdArtifactProfile

Vhd artifact profile.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

(Inherited from ArtifactProfile)
IJsonModel<ArtifactProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ArtifactProfile)
IJsonModel<AzureCoreVhdImageArtifactProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AzureCoreVhdImageArtifactProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ArtifactProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ArtifactProfile)
IPersistableModel<ArtifactProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from ArtifactProfile)
IPersistableModel<ArtifactProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ArtifactProfile)
IPersistableModel<AzureCoreVhdImageArtifactProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureCoreVhdImageArtifactProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureCoreVhdImageArtifactProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to