AzureKeyVaultVariableValue interface

泛型变量的包装类。

Extends

属性

contentType
enabled
expires

继承属性

isReadOnly

指示是否可以在脚本的执行运行时期间更改变量。

isSecret

指示是否应静态加密变量。

value

变量的值,

属性详细信息

contentType

contentType: string

属性值

string

enabled

enabled: boolean

属性值

boolean

expires

expires: Date

属性值

Date

继承属性详细信息

isReadOnly

指示是否可以在脚本的执行运行时期间更改变量。

isReadOnly: boolean

属性值

boolean

继承自VariableValue.isReadOnly

isSecret

指示是否应静态加密变量。

isSecret: boolean

属性值

boolean

继承自VariableValue.isSecret

value

变量的值,

value: string

属性值

string

继承自VariableValue.value