次の方法で共有


JobScheduleCreateParameters コンストラクター

定義

オーバーロード

JobScheduleCreateParameters()

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

JobScheduleCreateParameters(JobScheduleCreateProperties)

JobScheduleCreateParameters クラスの新しいインスタンスを必須の引数で初期化します。

JobScheduleCreateParameters()

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

public JobScheduleCreateParameters();
Public Sub New ()

適用対象

JobScheduleCreateParameters(JobScheduleCreateProperties)

JobScheduleCreateParameters クラスの新しいインスタンスを必須の引数で初期化します。

public JobScheduleCreateParameters(Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateProperties properties);
new Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateParameters : Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateProperties -> Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateParameters
Public Sub New (properties As JobScheduleCreateProperties)

パラメーター

適用対象