共用方式為


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