Class StringVariableArgs
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 StringVariableArgs : ResourceArgs
Constructors
View SourceStringVariableArgs()
Declaration
public StringVariableArgs()
Properties
View SourceAutomationAccountName
The name of the automation account in which the Variable 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> |
Description
The description of the Automation Variable.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Encrypted
Specifies if the Automation Variable is encrypted. Defaults to false.
Declaration
public Input<bool> Encrypted { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Name
The name of the Automation Variable. 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 to create the Automation Variable. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Value
The value of the Automation Variable as a string.
Declaration
public Input<string> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |