Sdílet prostřednictvím


RunbookAssociationProperty Konstruktory

Definice

Přetížení

RunbookAssociationProperty()

Inicializuje novou instanci RunbookAssociationProperty třídy.

RunbookAssociationProperty(String)

Inicializuje novou instanci RunbookAssociationProperty třídy.

RunbookAssociationProperty()

Inicializuje novou instanci RunbookAssociationProperty třídy.

public RunbookAssociationProperty ();
Public Sub New ()

Platí pro

RunbookAssociationProperty(String)

Inicializuje novou instanci RunbookAssociationProperty třídy.

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

Získá nebo nastaví název runbooku.

Platí pro