次の方法で共有


Job コンストラクター

定義

オーバーロード

Job()

Job クラスの新しいインスタンスを初期化します。

Job(String, String, String, String, Nullable<Int32>, JobSchedule)

Job クラスの新しいインスタンスを初期化します。

Job()

Job クラスの新しいインスタンスを初期化します。

public Job ();
Public Sub New ()

適用対象

Job(String, String, String, String, Nullable<Int32>, JobSchedule)

Job クラスの新しいインスタンスを初期化します。

public Job (string id = default, string name = default, string type = default, string description = default, int? version = default, Microsoft.Azure.Management.Sql.Models.JobSchedule schedule = default);
new Microsoft.Azure.Management.Sql.Models.Job : string * string * string * string * Nullable<int> * Microsoft.Azure.Management.Sql.Models.JobSchedule -> Microsoft.Azure.Management.Sql.Models.Job
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional description As String = Nothing, Optional version As Nullable(Of Integer) = Nothing, Optional schedule As JobSchedule = Nothing)

パラメーター

id
String

リソースの ID

name
String

リソース名。

type
String

リソースの種類。

description
String

ジョブのユーザー定義の説明。

version
Nullable<Int32>

ジョブのバージョン番号。

schedule
JobSchedule

ジョブのプロパティをスケジュールします。

適用対象