DscConfigurationArgs

constructor(automationAccountName: Output<String>? = null, configurationName: Output<String>? = null, description: Output<String>? = null, location: Output<String>? = null, logProgress: Output<Boolean>? = null, logVerbose: Output<Boolean>? = null, name: Output<String>? = null, parameters: Output<Map<String, DscConfigurationParameterArgs>>? = null, resourceGroupName: Output<String>? = null, source: Output<ContentSourceArgs>? = null, tags: Output<Map<String, String>>? = null)