JobUpdateStateParameters 构造函数 (JobState)

 

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

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

语法

public JobUpdateStateParameters(
    JobState state
)
public:
JobUpdateStateParameters(
    JobState state
)
new : 
        state:JobState -> JobUpdateStateParameters
Public Sub New (
    state As JobState
)

请参阅

JobUpdateStateParameters 重载
JobUpdateStateParameters 类
Microsoft.WindowsAzure.Scheduler.Models 命名空间

返回页首