Delen via


RunbookAssociationProperty Constructors

Definitie

Overloads

RunbookAssociationProperty()

Initialiseert een nieuw exemplaar van de klasse RunbookAssociationProperty.

RunbookAssociationProperty(String)

Initialiseert een nieuw exemplaar van de klasse RunbookAssociationProperty.

RunbookAssociationProperty()

Initialiseert een nieuw exemplaar van de klasse RunbookAssociationProperty.

public RunbookAssociationProperty ();
Public Sub New ()

Van toepassing op

RunbookAssociationProperty(String)

Initialiseert een nieuw exemplaar van de klasse 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)

Parameters

name
String

Hiermee wordt de naam van het runbook opgehaald of ingesteld.

Van toepassing op