Aracılığıyla paylaş


RunbookCreateOrUpdateDraftProperties Oluşturucular

Tanım

Aşırı Yüklemeler

RunbookCreateOrUpdateDraftProperties()

RunbookCreateOrUpdateDraftProperties sınıfının yeni bir örneğini başlatır.

RunbookCreateOrUpdateDraftProperties(String, RunbookDraft)
RunbookCreateOrUpdateDraftProperties(String, RunbookDraft, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<Int32>)

RunbookCreateOrUpdateDraftProperties sınıfının yeni bir örneğini başlatır.

RunbookCreateOrUpdateDraftProperties()

RunbookCreateOrUpdateDraftProperties sınıfının yeni bir örneğini başlatır.

public RunbookCreateOrUpdateDraftProperties ();
Public Sub New ()

Şunlara uygulanır

RunbookCreateOrUpdateDraftProperties(String, RunbookDraft)

public RunbookCreateOrUpdateDraftProperties (string runbookType, Microsoft.Azure.Management.Automation.Models.RunbookDraft draft);
new Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateDraftProperties : string * Microsoft.Azure.Management.Automation.Models.RunbookDraft -> Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateDraftProperties
Public Sub New (runbookType As String, draft As RunbookDraft)

Parametreler

runbookType
String
draft
RunbookDraft

Şunlara uygulanır

RunbookCreateOrUpdateDraftProperties(String, RunbookDraft, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<Int32>)

RunbookCreateOrUpdateDraftProperties sınıfının yeni bir örneğini başlatır.

public RunbookCreateOrUpdateDraftProperties (string runbookType, Microsoft.Azure.Management.Automation.Models.RunbookDraft draft, bool? logVerbose = default, bool? logProgress = default, string description = default, int? logActivityTrace = default);
new Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateDraftProperties : string * Microsoft.Azure.Management.Automation.Models.RunbookDraft * Nullable<bool> * Nullable<bool> * string * Nullable<int> -> Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateDraftProperties
Public Sub New (runbookType As String, draft As RunbookDraft, Optional logVerbose As Nullable(Of Boolean) = Nothing, Optional logProgress As Nullable(Of Boolean) = Nothing, Optional description As String = Nothing, Optional logActivityTrace As Nullable(Of Integer) = Nothing)

Parametreler

runbookType
String

Runbook'un türünü alır veya ayarlar. Olası değerler şunlardır: 'Script', 'Graph', 'PowerShellWorkflow', 'PowerShell', 'GraphPowerShellWorkflow', 'GraphPowerShell'

draft
RunbookDraft

Taslak runbook özelliklerini alır veya ayarlar.

logVerbose
Nullable<Boolean>

Ayrıntılı günlük seçeneğini alır veya ayarlar.

logProgress
Nullable<Boolean>

İlerleme günlüğü seçeneğini alır veya ayarlar.

description
String

Runbook'un açıklamasını alır veya ayarlar.

logActivityTrace
Nullable<Int32>

Runbook'un etkinlik düzeyi izleme seçeneklerini alır veya ayarlar.

Şunlara uygulanır