Udostępnij za pośrednictwem


RunbookAssociationProperty Konstruktory

Definicja

Przeciążenia

RunbookAssociationProperty()

Inicjuje nowe wystąpienie klasy RunbookAssociationProperty.

RunbookAssociationProperty(String)

Inicjuje nowe wystąpienie klasy RunbookAssociationProperty.

RunbookAssociationProperty()

Inicjuje nowe wystąpienie klasy RunbookAssociationProperty.

public RunbookAssociationProperty ();
Public Sub New ()

Dotyczy

RunbookAssociationProperty(String)

Inicjuje nowe wystąpienie klasy 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)

Parametry

name
String

Pobiera lub ustawia nazwę elementu Runbook.

Dotyczy