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

取得或設定 Schedule 的名稱。

適用於