ArmAutomationModelFactory.AutomationRunbookCreateOrUpdateContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of AutomationRunbookCreateOrUpdateContent.
public static Azure.ResourceManager.Automation.Models.AutomationRunbookCreateOrUpdateContent AutomationRunbookCreateOrUpdateContent(string name = default, Azure.Core.AzureLocation? location = default, System.Collections.Generic.IDictionary<string,string> tags = default, bool? isLogVerboseEnabled = default, bool? isLogProgressEnabled = default, Azure.ResourceManager.Automation.Models.AutomationRunbookType runbookType = default, Azure.ResourceManager.Automation.Models.AutomationRunbookDraft draft = default, Azure.ResourceManager.Automation.Models.AutomationContentLink publishContentLink = default, string description = default, int? logActivityTrace = default);
static member AutomationRunbookCreateOrUpdateContent : string * Nullable<Azure.Core.AzureLocation> * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * Nullable<bool> * Azure.ResourceManager.Automation.Models.AutomationRunbookType * Azure.ResourceManager.Automation.Models.AutomationRunbookDraft * Azure.ResourceManager.Automation.Models.AutomationContentLink * string * Nullable<int> -> Azure.ResourceManager.Automation.Models.AutomationRunbookCreateOrUpdateContent
Public Shared Function AutomationRunbookCreateOrUpdateContent (Optional name As String = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional isLogVerboseEnabled As Nullable(Of Boolean) = Nothing, Optional isLogProgressEnabled As Nullable(Of Boolean) = Nothing, Optional runbookType As AutomationRunbookType = Nothing, Optional draft As AutomationRunbookDraft = Nothing, Optional publishContentLink As AutomationContentLink = Nothing, Optional description As String = Nothing, Optional logActivityTrace As Nullable(Of Integer) = Nothing) As AutomationRunbookCreateOrUpdateContent
Parameters
- name
- String
Gets or sets the name of the resource.
- location
- Nullable<AzureLocation>
Gets or sets the location of the resource.
- tags
- IDictionary<String,String>
Gets or sets the tags attached to the resource.
- runbookType
- AutomationRunbookType
Gets or sets the type of the runbook.
- draft
- AutomationRunbookDraft
Gets or sets the draft runbook properties.
- publishContentLink
- AutomationContentLink
Gets or sets the published runbook content link.
- description
- String
Gets or sets the description of the runbook.
Returns
A new AutomationRunbookCreateOrUpdateContent instance for mocking.