RunbookCreateOrUpdateDraftProperties Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
RunbookCreateOrUpdateDraftProperties() |
Inicializa uma nova instância da classe RunbookCreateOrUpdateDraftProperties. |
RunbookCreateOrUpdateDraftProperties(String, RunbookDraft) | |
RunbookCreateOrUpdateDraftProperties(String, RunbookDraft, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<Int32>) |
Inicializa uma nova instância da classe RunbookCreateOrUpdateDraftProperties. |
RunbookCreateOrUpdateDraftProperties()
Inicializa uma nova instância da classe RunbookCreateOrUpdateDraftProperties.
public RunbookCreateOrUpdateDraftProperties ();
Public Sub New ()
Aplica-se a
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)
Parâmetros
- runbookType
- String
- draft
- RunbookDraft
Aplica-se a
RunbookCreateOrUpdateDraftProperties(String, RunbookDraft, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<Int32>)
Inicializa uma nova instância da classe RunbookCreateOrUpdateDraftProperties.
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)
Parâmetros
- runbookType
- String
Obtém ou define o tipo de runbook. Os valores possíveis incluem: "Script", "Graph", "PowerShellWorkflow", "PowerShell", "GraphPowerShellWorkflow", "GraphPowerShell"
- draft
- RunbookDraft
Obtém ou define as propriedades do runbook de rascunho.
- description
- String
Obtém ou define a descrição do runbook.
Obtém ou define as opções de rastreio ao nível da atividade do runbook.
Aplica-se a
Azure SDK for .NET