IAutomationClient.CreateConfiguration 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.
public Microsoft.Azure.Commands.Automation.Model.DscConfiguration CreateConfiguration (string resourceGroupName, string automationAccountName, string sourcePath, System.Collections.IDictionary tags, string description, bool? logVerbose, bool published, bool overWrite);
abstract member CreateConfiguration : string * string * string * System.Collections.IDictionary * string * Nullable<bool> * bool * bool -> Microsoft.Azure.Commands.Automation.Model.DscConfiguration
Public Function CreateConfiguration (resourceGroupName As String, automationAccountName As String, sourcePath As String, tags As IDictionary, description As String, logVerbose As Nullable(Of Boolean), published As Boolean, overWrite As Boolean) As DscConfiguration
Parameters
- resourceGroupName
- String
- automationAccountName
- String
- sourcePath
- String
- tags
- IDictionary
- description
- String
- published
- Boolean
- overWrite
- Boolean