DeploymentUpdateStatusParameters 构造函数 (UpdatedDeploymentStatus)

 

初始化带有所需参数 DeploymentUpdateStatusParameters 类的新实例。

命名空间:   Microsoft.WindowsAzure.Management.Compute.Models
程序集:  Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)

语法

public DeploymentUpdateStatusParameters(
    UpdatedDeploymentStatus status
)
public:
DeploymentUpdateStatusParameters(
    UpdatedDeploymentStatus status
)
new : 
        status:UpdatedDeploymentStatus -> DeploymentUpdateStatusParameters
Public Sub New (
    status As UpdatedDeploymentStatus
)

请参阅

DeploymentUpdateStatusParameters 重载
DeploymentUpdateStatusParameters 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间

返回页首