DscNodeConfiguration

Manages a Automation DSC Node Configuration.

Create a DscNodeConfiguration Resource

def DscNodeConfiguration(resource_name, opts=None, automation_account_name=None, content_embedded=None, name=None, resource_group_name=None, __props__=None);
name string
The unique name of the resource.
args DscNodeConfigurationArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
opts ResourceOptions
A bag of options that control this resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args DscNodeConfigurationArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args DscNodeConfigurationArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.

DscNodeConfiguration Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.

Inputs

The DscNodeConfiguration resource accepts the following input properties:

AutomationAccountName string

The name of the automation account in which the DSC Node Configuration is created. Changing this forces a new resource to be created.

ContentEmbedded string

The PowerShell DSC Node Configuration (mof content).

ResourceGroupName string

The name of the resource group in which the DSC Node Configuration is created. Changing this forces a new resource to be created.

Name string

Specifies the name of the DSC Node Configuration. Changing this forces a new resource to be created.

AutomationAccountName string

The name of the automation account in which the DSC Node Configuration is created. Changing this forces a new resource to be created.

ContentEmbedded string

The PowerShell DSC Node Configuration (mof content).

ResourceGroupName string

The name of the resource group in which the DSC Node Configuration is created. Changing this forces a new resource to be created.

Name string

Specifies the name of the DSC Node Configuration. Changing this forces a new resource to be created.

automationAccountName string

The name of the automation account in which the DSC Node Configuration is created. Changing this forces a new resource to be created.

contentEmbedded string

The PowerShell DSC Node Configuration (mof content).

resourceGroupName string

The name of the resource group in which the DSC Node Configuration is created. Changing this forces a new resource to be created.

name string

Specifies the name of the DSC Node Configuration. Changing this forces a new resource to be created.

automation_account_name str

The name of the automation account in which the DSC Node Configuration is created. Changing this forces a new resource to be created.

content_embedded str

The PowerShell DSC Node Configuration (mof content).

resource_group_name str

The name of the resource group in which the DSC Node Configuration is created. Changing this forces a new resource to be created.

name str

Specifies the name of the DSC Node Configuration. Changing this forces a new resource to be created.

Outputs

All input properties are implicitly available as output properties. Additionally, the DscNodeConfiguration resource produces the following output properties:

ConfigurationName string
Id string
The provider-assigned unique ID for this managed resource.
ConfigurationName string
Id string
The provider-assigned unique ID for this managed resource.
configurationName string
id string
The provider-assigned unique ID for this managed resource.
configuration_name str
id str
The provider-assigned unique ID for this managed resource.

Look up an Existing DscNodeConfiguration Resource

Get an existing DscNodeConfiguration resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

static get(resource_name, id, opts=None, automation_account_name=None, configuration_name=None, content_embedded=None, name=None, resource_group_name=None, __props__=None);
func GetDscNodeConfiguration(ctx *Context, name string, id IDInput, state *DscNodeConfigurationState, opts ...ResourceOption) (*DscNodeConfiguration, error)
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.

The following state arguments are supported:

AutomationAccountName string

The name of the automation account in which the DSC Node Configuration is created. Changing this forces a new resource to be created.

ConfigurationName string
ContentEmbedded string

The PowerShell DSC Node Configuration (mof content).

Name string

Specifies the name of the DSC Node Configuration. Changing this forces a new resource to be created.

ResourceGroupName string

The name of the resource group in which the DSC Node Configuration is created. Changing this forces a new resource to be created.

AutomationAccountName string

The name of the automation account in which the DSC Node Configuration is created. Changing this forces a new resource to be created.

ConfigurationName string
ContentEmbedded string

The PowerShell DSC Node Configuration (mof content).

Name string

Specifies the name of the DSC Node Configuration. Changing this forces a new resource to be created.

ResourceGroupName string

The name of the resource group in which the DSC Node Configuration is created. Changing this forces a new resource to be created.

automationAccountName string

The name of the automation account in which the DSC Node Configuration is created. Changing this forces a new resource to be created.

configurationName string
contentEmbedded string

The PowerShell DSC Node Configuration (mof content).

name string

Specifies the name of the DSC Node Configuration. Changing this forces a new resource to be created.

resourceGroupName string

The name of the resource group in which the DSC Node Configuration is created. Changing this forces a new resource to be created.

automation_account_name str

The name of the automation account in which the DSC Node Configuration is created. Changing this forces a new resource to be created.

configuration_name str
content_embedded str

The PowerShell DSC Node Configuration (mof content).

name str

Specifies the name of the DSC Node Configuration. Changing this forces a new resource to be created.

resource_group_name str

The name of the resource group in which the DSC Node Configuration is created. Changing this forces a new resource to be created.

Package Details

Repository
https://github.com/pulumi/pulumi-azure
License
Apache-2.0
Notes
This Pulumi package is based on the azurerm Terraform Provider.