Class DscConfigurationState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Automation
Assembly: Pulumi.Azure.dll
Syntax
public sealed class DscConfigurationState : ResourceArgs
Constructors
View SourceDscConfigurationState()
Declaration
public DscConfigurationState()
Properties
View SourceAutomationAccountName
The name of the automation account in which the DSC Configuration is created. Changing this forces a new resource to be created.
Declaration
public Input<string> AutomationAccountName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ContentEmbedded
The PowerShell DSC Configuration script.
Declaration
public Input<string> ContentEmbedded { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
Description to go with DSC Configuration.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Location
Must be the same location as the Automation Account.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LogVerbose
Verbose log option.
Declaration
public Input<bool> LogVerbose { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Name
Specifies the name of the DSC Configuration. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the resource group in which the DSC Configuration is created. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
State
Declaration
public Input<string> State { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |