Show / Hide Table of Contents

Class GetStringVariableResult

Inheritance
System.Object
GetStringVariableResult
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 GetStringVariableResult

Fields

View Source

AutomationAccountName

Declaration
public readonly string AutomationAccountName
Field Value
Type Description
System.String
View Source

Description

The description of the Automation Variable.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

Encrypted

Specifies if the Automation Variable is encrypted. Defaults to false.

Declaration
public readonly bool Encrypted
Field Value
Type Description
System.Boolean
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

ResourceGroupName

Declaration
public readonly string ResourceGroupName
Field Value
Type Description
System.String
View Source

Value

The value of the Automation Variable as a string.

Declaration
public readonly string Value
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.