getDscNodeConfiguration

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

automationAccountName

The name of the automation account.

nodeConfigurationName

The Dsc node configuration name.

resourceGroupName

Name of an Azure Resource group.

See also


Return

Definition of the dsc node configuration.

Parameters

argument

Builder for com.pulumi.azurenative.automation.kotlin.inputs.GetDscNodeConfigurationPlainArgs.

See also