Variable Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Definition of the variable.
public class Variable
[Microsoft.Rest.Serialization.JsonTransformation]
public class Variable : Microsoft.Azure.Management.Automation.Models.ProxyResource
type Variable = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Variable = class
inherit ProxyResource
Public Class Variable
Public Class Variable
Inherits ProxyResource
- Inheritance
-
Variable
- Inheritance
- Attributes
Constructors
Variable() |
Initializes a new instance of the Variable class. |
Variable(String, String, String, String, Nullable<Boolean>, DateTimeOffset, DateTimeOffset, String) |
Initializes a new instance of the Variable class. |
Properties
CreationTime |
Gets or sets the creation time. |
Description |
Gets or sets the description. |
Id | |
Id |
Gets fully qualified resource Id for the resource (Inherited from Resource) |
IsEncrypted |
Gets or sets the encrypted flag of the variable. |
LastModifiedTime |
Gets or sets the last modified time. |
Name | |
Name |
Gets the name of the resource (Inherited from Resource) |
Properties | |
Type |
Gets the type of the resource. (Inherited from Resource) |
Value |
Gets or sets the value of the variable. |
Applies to
Azure SDK for .NET