你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmDevTestLabsModelFactory.DevTestLabArtifactDeploymentStatus 方法

定义

初始化 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

参数

deploymentStatus
String

项目的部署状态。

artifactsApplied
Nullable<Int32>

成功应用的项目总数。

totalArtifacts
Nullable<Int32>

暂定应用的项目总数。

返回

用于模拟的新 DevTestLabArtifactDeploymentStatus 实例。

适用于