RunbookCreateOrUpdateParameters Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
RunbookCreateOrUpdateParameters() |
Inicjuje nowe wystąpienie klasy RunbookCreateOrUpdateParameters. |
RunbookCreateOrUpdateParameters(RunbookCreateOrUpdateProperties) | |
RunbookCreateOrUpdateParameters(String, Nullable<Boolean>, Nullable<Boolean>, RunbookDraft, ContentLink, String, Nullable<Int32>, String, String, IDictionary<String,String>) |
Inicjuje nowe wystąpienie klasy RunbookCreateOrUpdateParameters. |
RunbookCreateOrUpdateParameters()
Inicjuje nowe wystąpienie klasy RunbookCreateOrUpdateParameters.
public RunbookCreateOrUpdateParameters ();
Public Sub New ()
Dotyczy
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)
Parametry
- properties
- RunbookCreateOrUpdateProperties
Dotyczy
RunbookCreateOrUpdateParameters(String, Nullable<Boolean>, Nullable<Boolean>, RunbookDraft, ContentLink, String, Nullable<Int32>, String, String, IDictionary<String,String>)
Inicjuje nowe wystąpienie klasy RunbookCreateOrUpdateParameters.
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)
Parametry
- runbookType
- String
Pobiera lub ustawia typ elementu Runbook. Możliwe wartości to: "Script", "Graph", "PowerShellWorkflow", "PowerShell", "GraphPowerShellWorkflow", "GraphPowerShell"
- draft
- RunbookDraft
Pobiera lub ustawia właściwości roboczego elementu Runbook.
- publishContentLink
- ContentLink
Pobiera lub ustawia opublikowany link zawartości elementu Runbook.
- description
- String
Pobiera lub ustawia opis elementu Runbook.
Pobiera lub ustawia opcje śledzenia na poziomie działania elementu Runbook.
- name
- String
Pobiera lub ustawia nazwę zasobu.
- location
- String
Pobiera lub ustawia lokalizację zasobu.
- tags
- IDictionary<String,String>
Pobiera lub ustawia tagi dołączone do zasobu.
Dotyczy
Azure SDK for .NET