Class GetDateTimeVariableResult
Inheritance
System.Object
GetDateTimeVariableResult
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 GetDateTimeVariableResult
Fields
View SourceAutomationAccountName
Declaration
public readonly string AutomationAccountName
Field Value
| Type | Description |
|---|---|
| System.String |
Description
The description of the Automation Variable.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Encrypted
Specifies if the Automation Variable is encrypted. Defaults to false.
Declaration
public readonly bool Encrypted
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
ResourceGroupName
Declaration
public readonly string ResourceGroupName
Field Value
| Type | Description |
|---|---|
| System.String |
Value
The value of the Automation Variable in the RFC3339 Section 5.6 Internet Date/Time Format.
Declaration
public readonly string Value
Field Value
| Type | Description |
|---|---|
| System.String |