Variable Class

Definition

The Variable.

public class Variable : Microsoft.Azure.Commands.Automation.Model.BaseProperties
type Variable = class
    inherit BaseProperties
Public Class Variable
Inherits BaseProperties
Inheritance

Constructors

Variable()

Initializes a new instance of the Variable class.

Variable(Variable, String, String)

Initializes a new instance of the Variable class.

Properties

AutomationAccountName

Gets or sets the automation account name.

(Inherited from BaseProperties)
CreationTime

Gets or sets the creation time.

(Inherited from BaseProperties)
Description

Gets or sets the description.

(Inherited from BaseProperties)
Encrypted

Gets or sets the description.

LastModifiedTime

Gets or sets the last modified time.

(Inherited from BaseProperties)
Name

Gets or sets the name.

(Inherited from BaseProperties)
ResourceGroupName

Gets or sets the resource group name.

(Inherited from BaseProperties)
Value

Gets or sets the value.

Applies to