Freigeben über


ArmDevTestLabsModelFactory.DevTestLabArtifactInstallInfo Method

Definition

Properties of an artifact.

public static Azure.ResourceManager.DevTestLabs.Models.DevTestLabArtifactInstallInfo DevTestLabArtifactInstallInfo(string artifactId = default, string artifactTitle = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabArtifactParameter> parameters = default, string status = default, string deploymentStatusMessage = default, string vmExtensionStatusMessage = default, DateTimeOffset? installOn = default);
static member DevTestLabArtifactInstallInfo : string * string * seq<Azure.ResourceManager.DevTestLabs.Models.DevTestLabArtifactParameter> * string * string * string * Nullable<DateTimeOffset> -> Azure.ResourceManager.DevTestLabs.Models.DevTestLabArtifactInstallInfo
Public Shared Function DevTestLabArtifactInstallInfo (Optional artifactId As String = Nothing, Optional artifactTitle As String = Nothing, Optional parameters As IEnumerable(Of DevTestLabArtifactParameter) = Nothing, Optional status As String = Nothing, Optional deploymentStatusMessage As String = Nothing, Optional vmExtensionStatusMessage As String = Nothing, Optional installOn As Nullable(Of DateTimeOffset) = Nothing) As DevTestLabArtifactInstallInfo

Parameters

artifactId
String

The artifact's identifier.

artifactTitle
String

The artifact's title.

parameters
IEnumerable<DevTestLabArtifactParameter>

The parameters of the artifact.

status
String

The status of the artifact.

deploymentStatusMessage
String

The status message from the deployment.

vmExtensionStatusMessage
String

The status message from the virtual machine extension.

installOn
Nullable<DateTimeOffset>

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

Returns

A new DevTestLabArtifactInstallInfo instance for mocking.

Applies to