共用方式為


ArmDevTestLabsModelFactory.DevTestLabArtifactDeploymentStatus Method

Definition

Initializes a new instance of DevTestLabArtifactDeploymentStatus.

public static Azure.ResourceManager.DevTestLabs.Models.DevTestLabArtifactDeploymentStatus DevTestLabArtifactDeploymentStatus (string deploymentStatus = default, int? artifactsApplied = default, int? totalArtifacts = default);
static member DevTestLabArtifactDeploymentStatus : string * Nullable<int> * Nullable<int> -> Azure.ResourceManager.DevTestLabs.Models.DevTestLabArtifactDeploymentStatus
Public Shared Function DevTestLabArtifactDeploymentStatus (Optional deploymentStatus As String = Nothing, Optional artifactsApplied As Nullable(Of Integer) = Nothing, Optional totalArtifacts As Nullable(Of Integer) = Nothing) As DevTestLabArtifactDeploymentStatus

Parameters

deploymentStatus
String

The deployment status of the artifact.

artifactsApplied
Nullable<Int32>

The total count of the artifacts that were successfully applied.

totalArtifacts
Nullable<Int32>

The total count of the artifacts that were tentatively applied.

Returns

A new DevTestLabArtifactDeploymentStatus instance for mocking.

Applies to