RunbookCreateOrUpdateParameters Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
RunbookCreateOrUpdateParameters() |
Initialiseert een nieuw exemplaar van de klasse RunbookCreateOrUpdateParameters. |
RunbookCreateOrUpdateParameters(RunbookCreateOrUpdateProperties) | |
RunbookCreateOrUpdateParameters(String, Nullable<Boolean>, Nullable<Boolean>, RunbookDraft, ContentLink, String, Nullable<Int32>, String, String, IDictionary<String,String>) |
Initialiseert een nieuw exemplaar van de klasse RunbookCreateOrUpdateParameters. |
RunbookCreateOrUpdateParameters()
Initialiseert een nieuw exemplaar van de klasse RunbookCreateOrUpdateParameters.
public RunbookCreateOrUpdateParameters ();
Public Sub New ()
Van toepassing op
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)
Parameters
- properties
- RunbookCreateOrUpdateProperties
Van toepassing op
RunbookCreateOrUpdateParameters(String, Nullable<Boolean>, Nullable<Boolean>, RunbookDraft, ContentLink, String, Nullable<Int32>, String, String, IDictionary<String,String>)
Initialiseert een nieuw exemplaar van de klasse 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)
Parameters
- runbookType
- String
Hiermee wordt het type runbook opgehaald of ingesteld. Mogelijke waarden zijn: 'Script', 'Graph', 'PowerShellWorkflow', 'PowerShell', 'GraphPowerShellWorkflow', 'GraphPowerShell'
Hiermee wordt de optie voor het voortgangslogboek opgehaald of ingesteld.
- draft
- RunbookDraft
Haalt de eigenschappen van het conceptrunbook op of stelt deze in.
- publishContentLink
- ContentLink
Hiermee wordt de koppeling naar de gepubliceerde runbookinhoud opgehaald of ingesteld.
- description
- String
Hiermee wordt de beschrijving van het runbook opgehaald of ingesteld.
Hiermee worden de opties voor tracering op activiteitsniveau van het runbook opgehaald of ingesteld.
- name
- String
Hiermee wordt de naam van de resource opgehaald of ingesteld.
- location
- String
Hiermee wordt de locatie van de resource opgehaald of ingesteld.
- tags
- IDictionary<String,String>
Hiermee worden de tags opgehaald of ingesteld die aan de resource zijn gekoppeld.
Van toepassing op
Azure SDK for .NET