Share via


RunbookAssociationProperty Constructors

Definition

Overloads

RunbookAssociationProperty()

Initializes a new instance of the RunbookAssociationProperty class.

RunbookAssociationProperty(String)

Initializes a new instance of the RunbookAssociationProperty class.

RunbookAssociationProperty()

Initializes a new instance of the RunbookAssociationProperty class.

public RunbookAssociationProperty ();
Public Sub New ()

Applies to

RunbookAssociationProperty(String)

Initializes a new instance of the RunbookAssociationProperty class.

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)

Parameters

name
String

Gets or sets the name of the runbook.

Applies to