다음을 통해 공유


RunbookCreateOrUpdateParameters 생성자

정의

오버로드

RunbookCreateOrUpdateParameters()

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

RunbookCreateOrUpdateParameters(RunbookCreateOrUpdateProperties)
RunbookCreateOrUpdateParameters(String, Nullable<Boolean>, Nullable<Boolean>, RunbookDraft, ContentLink, String, Nullable<Int32>, String, String, IDictionary<String,String>)

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

RunbookCreateOrUpdateParameters()

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

public RunbookCreateOrUpdateParameters ();
Public Sub New ()

적용 대상

RunbookCreateOrUpdateParameters(RunbookCreateOrUpdateProperties)

public RunbookCreateOrUpdateParameters (Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateProperties properties);
new Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateParameters : Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateProperties -> Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateParameters
Public Sub New (properties As RunbookCreateOrUpdateProperties)

매개 변수

적용 대상

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

public RunbookCreateOrUpdateParameters (string runbookType, bool? logVerbose = default, bool? logProgress = default, Microsoft.Azure.Management.Automation.Models.RunbookDraft draft = default, Microsoft.Azure.Management.Automation.Models.ContentLink publishContentLink = default, string description = default, int? logActivityTrace = default, string name = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateParameters : string * Nullable<bool> * Nullable<bool> * Microsoft.Azure.Management.Automation.Models.RunbookDraft * Microsoft.Azure.Management.Automation.Models.ContentLink * string * Nullable<int> * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateParameters
Public Sub New (runbookType As String, Optional logVerbose As Nullable(Of Boolean) = Nothing, Optional logProgress As Nullable(Of Boolean) = Nothing, Optional draft As RunbookDraft = Nothing, Optional publishContentLink As ContentLink = Nothing, Optional description As String = Nothing, Optional logActivityTrace As Nullable(Of Integer) = Nothing, Optional name As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

매개 변수

runbookType
String

Runbook의 형식을 가져오거나 설정합니다. 가능한 값은 'Script', 'Graph', 'PowerShellWorkflow', 'PowerShell', 'GraphPowerShellWorkflow', 'GraphPowerShell'입니다.

logVerbose
Nullable<Boolean>

자세한 정보 표시 로그 옵션을 가져오거나 설정합니다.

logProgress
Nullable<Boolean>

진행률 로그 옵션을 가져오거나 설정합니다.

draft
RunbookDraft

초안 Runbook 속성을 가져오거나 설정합니다.

publishContentLink
ContentLink

게시된 Runbook 콘텐츠 링크를 가져오거나 설정합니다.

description
String

Runbook에 대한 설명을 가져오거나 설정합니다.

logActivityTrace
Nullable<Int32>

Runbook의 활동 수준 추적 옵션을 가져오거나 설정합니다.

name
String

리소스의 이름을 가져오거나 설정합니다.

location
String

리소스의 위치를 가져오거나 설정합니다.

tags
IDictionary<String,String>

리소스에 연결된 태그를 가져오거나 설정합니다.

적용 대상