다음을 통해 공유


RunbookDraft 생성자

정의

오버로드

RunbookDraft()

RunbookDraft 클래스의 새 instance 초기화합니다.

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

RunbookDraft 클래스의 새 instance 초기화합니다.

RunbookDraft()

RunbookDraft 클래스의 새 instance 초기화합니다.

public RunbookDraft ();
Public Sub New ()

적용 대상

RunbookDraft 클래스의 새 instance 초기화합니다.

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)

매개 변수

inEdit
Nullable<Boolean>

Runbook이 편집 모드인지 여부를 가져오거나 설정합니다.

draftContentLink
ContentLink

초안 Runbook 콘텐츠 링크를 가져오거나 설정합니다.

creationTime
DateTimeOffset

Runbook 초안의 생성 시간을 가져오거나 설정합니다.

lastModifiedTime
DateTimeOffset

Runbook 초안의 마지막으로 수정된 시간을 가져오거나 설정합니다.

parameters
IDictionary<String,RunbookParameter>

Runbook 초안 매개 변수를 가져오거나 설정합니다.

outputTypes
IList<String>

Runbook 출력 형식을 가져오거나 설정합니다.

적용 대상