Job 构造函数 (String, JobAction)

Initializes a new instance of the Job class with required arguments.

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

使用

用法
Dim id As String
Dim action As JobAction

Dim instance As New Job(id, action)

语法

声明
Public Sub New ( _
    id As String, _
    action As JobAction _
)
public Job (
    string id,
    JobAction action
)
public:
Job (
    String^ id, 
    JobAction^ action
)
public Job (
    String id, 
    JobAction action
)
public function Job (
    id : String, 
    action : JobAction
)

备注

平台

开发平台

Windows Vista、Windows 7 和 Windows Server 2008

目标平台

另请参阅

参考

Job 类
Job 成员
Microsoft.WindowsAzure.Scheduler.Models 命名空间