get Dsc Node Configuration
suspend fun getDscNodeConfiguration(argument: GetDscNodeConfigurationPlainArgs): GetDscNodeConfigurationResult
Retrieve the Dsc node configurations by node configuration. API Version: 2019-06-01.
Return
Definition of the dsc node configuration.
Parameters
argument
null
suspend fun getDscNodeConfiguration(automationAccountName: String, nodeConfigurationName: String, resourceGroupName: String): GetDscNodeConfigurationResult
Return
Definition of the dsc node configuration.
Parameters
automation Account Name
The name of the automation account.
node Configuration Name
The Dsc node configuration name.
resource Group Name
Name of an Azure Resource group.
See also
suspend fun getDscNodeConfiguration(argument: suspend GetDscNodeConfigurationPlainArgsBuilder.() -> Unit): GetDscNodeConfigurationResult
Return
Definition of the dsc node configuration.
Parameters
argument
Builder for com.pulumi.azurenative.automation.kotlin.inputs.GetDscNodeConfigurationPlainArgs.