Partilhar via


ArmDevTestLabsModelFactory.DevTestLabArtifactDeploymentStatus Método

Definição

Inicializa uma nova instância de 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

Parâmetros

deploymentStatus
String

O status de implantação do artefato.

artifactsApplied
Nullable<Int32>

A contagem total dos artefatos que foram aplicados com êxito.

totalArtifacts
Nullable<Int32>

A contagem total dos artefatos que foram aplicados provisoriamente.

Retornos

Uma nova DevTestLabArtifactDeploymentStatus instância para zombar.

Aplica-se a