次の方法で共有


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