RunbookAssociationProperty 建構函式

定義

多載

RunbookAssociationProperty()

初始化 RunbookAssociationProperty 類別的新實例。

RunbookAssociationProperty(String)

初始化 RunbookAssociationProperty 類別的新實例。

RunbookAssociationProperty()

初始化 RunbookAssociationProperty 類別的新實例。

public RunbookAssociationProperty ();
Public Sub New ()

適用於

RunbookAssociationProperty(String)

初始化 RunbookAssociationProperty 類別的新實例。

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

參數

name
String

取得或設定 Runbook 的名稱。

適用於