Udostępnij za pośrednictwem


RunbookDraft Konstruktory

Definicja

Przeciążenia

RunbookDraft()

Inicjuje nowe wystąpienie klasy RunbookDraft.

RunbookDraft(Nullable<Boolean>, ContentLink, DateTimeOffset, DateTimeOffset, IDictionary<String,RunbookParameter>, IList<String>)

Inicjuje nowe wystąpienie klasy RunbookDraft.

RunbookDraft()

Inicjuje nowe wystąpienie klasy RunbookDraft.

public RunbookDraft ();
Public Sub New ()

Dotyczy

Inicjuje nowe wystąpienie klasy RunbookDraft.

public RunbookDraft (bool? inEdit = default, Microsoft.Azure.Management.Automation.Models.ContentLink draftContentLink = default, DateTimeOffset creationTime = default, DateTimeOffset lastModifiedTime = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Automation.Models.RunbookParameter> parameters = default, System.Collections.Generic.IList<string> outputTypes = default);
new Microsoft.Azure.Management.Automation.Models.RunbookDraft : Nullable<bool> * Microsoft.Azure.Management.Automation.Models.ContentLink * DateTimeOffset * DateTimeOffset * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Automation.Models.RunbookParameter> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Automation.Models.RunbookDraft
Public Sub New (Optional inEdit As Nullable(Of Boolean) = Nothing, Optional draftContentLink As ContentLink = Nothing, Optional creationTime As DateTimeOffset = Nothing, Optional lastModifiedTime As DateTimeOffset = Nothing, Optional parameters As IDictionary(Of String, RunbookParameter) = Nothing, Optional outputTypes As IList(Of String) = Nothing)

Parametry

inEdit
Nullable<Boolean>

Pobiera lub ustawia, czy element Runbook jest w trybie edycji.

draftContentLink
ContentLink

Pobiera lub ustawia link do zawartości elementu Runbook w wersji roboczej.

creationTime
DateTimeOffset

Pobiera lub ustawia czas tworzenia wersji roboczej elementu Runbook.

lastModifiedTime
DateTimeOffset

Pobiera lub ustawia czas ostatniej modyfikacji wersji roboczej elementu Runbook.

parameters
IDictionary<String,RunbookParameter>

Pobiera lub ustawia parametry robocze elementu Runbook.

outputTypes
IList<String>

Pobiera lub ustawia typy danych wyjściowych elementu Runbook.

Dotyczy