RunbookCreateOrUpdateParameters 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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)
매개 변수
- properties
- RunbookCreateOrUpdateProperties
적용 대상
RunbookCreateOrUpdateParameters(String, Nullable<Boolean>, Nullable<Boolean>, RunbookDraft, ContentLink, String, Nullable<Int32>, String, String, IDictionary<String,String>)
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'입니다.
- draft
- RunbookDraft
초안 Runbook 속성을 가져오거나 설정합니다.
- publishContentLink
- ContentLink
게시된 Runbook 콘텐츠 링크를 가져오거나 설정합니다.
- description
- String
Runbook에 대한 설명을 가져오거나 설정합니다.
- name
- String
리소스의 이름을 가져오거나 설정합니다.
- location
- String
리소스의 위치를 가져오거나 설정합니다.
- tags
- IDictionary<String,String>
리소스에 연결된 태그를 가져오거나 설정합니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET