共用方式為


DevTestLabArtifactInstallInfo Class

Definition

Properties of an artifact.

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

Constructors

DevTestLabArtifactInstallInfo()

Initializes a new instance of DevTestLabArtifactInstallInfo.

Properties

ArtifactId

The artifact's identifier.

ArtifactTitle

The artifact's title.

DeploymentStatusMessage

The status message from the deployment.

InstallOn

The time that the artifact starts to install on the virtual machine.

Parameters

The parameters of the artifact.

Status

The status of the artifact.

VmExtensionStatusMessage

The status message from the virtual machine extension.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DevTestLabArtifactInstallInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DevTestLabArtifactInstallInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DevTestLabArtifactInstallInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevTestLabArtifactInstallInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DevTestLabArtifactInstallInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to