Freigeben über


ArmDevTestLabsModelFactory.DevTestLabArtifactDeploymentStatus Methode

Definition

Initialisiert eine neue instance von 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

Parameter

deploymentStatus
String

Die Bereitstellung status des Artefakts.

artifactsApplied
Nullable<Int32>

Die Gesamtanzahl der Artefakte, die erfolgreich angewendet wurden.

totalArtifacts
Nullable<Int32>

Die Gesamtanzahl der Artefakte, die vorläufig angewendet wurden.

Gibt zurück

Eine neue DevTestLabArtifactDeploymentStatus instance zum Simulieren.

Gilt für: