你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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
继承
Variable
继承
属性

构造函数

Variable()

初始化 Variable 类的新实例。

Variable(String, String, String, String, Nullable<Boolean>, DateTimeOffset, DateTimeOffset, String)

初始化 Variable 类的新实例。

属性

CreationTime

获取或设置创建时间。

Description

获取或设置说明。

Id

变量的定义。

Id

获取资源的完全限定资源 ID

(继承自 Resource)
IsEncrypted

获取或设置变量的加密标志。

LastModifiedTime

获取或设置上次修改时间。

Name

变量的定义。

Name

获取资源的名称

(继承自 Resource)
Properties

变量的定义。

Type

获取资源的类型。

(继承自 Resource)
Value

获取或设置变量的值。

适用于