次の方法で共有


ScheduleAssociationProperty コンストラクター

定義

オーバーロード

ScheduleAssociationProperty()

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

ScheduleAssociationProperty(String)

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

ScheduleAssociationProperty()

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

public ScheduleAssociationProperty ();
Public Sub New ()

適用対象

ScheduleAssociationProperty(String)

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

public ScheduleAssociationProperty (string name = default);
new Microsoft.Azure.Management.Automation.Models.ScheduleAssociationProperty : string -> Microsoft.Azure.Management.Automation.Models.ScheduleAssociationProperty
Public Sub New (Optional name As String = Nothing)

パラメーター

name
String

スケジュールの名前を取得または設定します。

適用対象