DscNodeConfiguration
Manages a Automation DSC Node Configuration.
Create a DscNodeConfiguration Resource
new DscNodeConfiguration(name: string, args: DscNodeConfigurationArgs, opts?: CustomResourceOptions);def DscNodeConfiguration(resource_name, opts=None, automation_account_name=None, content_embedded=None, name=None, resource_group_name=None, __props__=None);func NewDscNodeConfiguration(ctx *Context, name string, args DscNodeConfigurationArgs, opts ...ResourceOption) (*DscNodeConfiguration, error)public DscNodeConfiguration(string name, DscNodeConfigurationArgs args, CustomResourceOptions? opts = null)- 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:
- Automation
Account stringName 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 string The PowerShell DSC Node Configuration (mof content).
- Resource
Group stringName 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 stringName 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 string The PowerShell DSC Node Configuration (mof content).
- Resource
Group stringName 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 stringName 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 string The PowerShell DSC Node Configuration (mof content).
- resource
Group stringName 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_ strname 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_ strname 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:
- Configuration
Name string - Id string
- The provider-assigned unique ID for this managed resource.
- Configuration
Name string - Id string
- The provider-assigned unique ID for this managed resource.
- configuration
Name 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.
public static get(name: string, id: Input<ID>, state?: DscNodeConfigurationState, opts?: CustomResourceOptions): DscNodeConfigurationstatic 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)public static DscNodeConfiguration Get(string name, Input<string> id, DscNodeConfigurationState? state, CustomResourceOptions? opts = null)- 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:
- Automation
Account stringName 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 string - Content
Embedded 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.
- Resource
Group stringName 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 stringName 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 string - Content
Embedded 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.
- Resource
Group stringName 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 stringName 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 string - content
Embedded 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.
- resource
Group stringName 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_ strname 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_ strname 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
azurermTerraform Provider.