次の方法で共有


KeyValues interface

KeyValues を表すインターフェイス。

メソッド

beginDelete(string, string, string, KeyValuesDeleteOptionalParams)

キー/値を削除します。

beginDeleteAndWait(string, string, string, KeyValuesDeleteOptionalParams)

キー/値を削除します。

createOrUpdate(string, string, string, KeyValuesCreateOrUpdateOptionalParams)

キー値を作成します。

get(string, string, string, KeyValuesGetOptionalParams)

指定したキー値のプロパティを取得します。

メソッドの詳細

beginDelete(string, string, string, KeyValuesDeleteOptionalParams)

キー/値を削除します。

function beginDelete(resourceGroupName: string, configStoreName: string, keyValueName: string, options?: KeyValuesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

コンテナー レジストリが属するリソース グループの名前。

configStoreName

string

構成ストアの名前。

keyValueName

string

キーとラベルの組み合わせの識別子。 キーとラベルは$ 文字で結合されます。 Label は省略可能です。

options
KeyValuesDeleteOptionalParams

options パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, KeyValuesDeleteOptionalParams)

キー/値を削除します。

function beginDeleteAndWait(resourceGroupName: string, configStoreName: string, keyValueName: string, options?: KeyValuesDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

コンテナー レジストリが属するリソース グループの名前。

configStoreName

string

構成ストアの名前。

keyValueName

string

キーとラベルの組み合わせの識別子。 キーとラベルは$ 文字で結合されます。 Label は省略可能です。

options
KeyValuesDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

createOrUpdate(string, string, string, KeyValuesCreateOrUpdateOptionalParams)

キー値を作成します。

function createOrUpdate(resourceGroupName: string, configStoreName: string, keyValueName: string, options?: KeyValuesCreateOrUpdateOptionalParams): Promise<KeyValue>

パラメーター

resourceGroupName

string

コンテナー レジストリが属するリソース グループの名前。

configStoreName

string

構成ストアの名前。

keyValueName

string

キーとラベルの組み合わせの識別子。 キーとラベルは$ 文字で結合されます。 Label は省略可能です。

options
KeyValuesCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<KeyValue>

get(string, string, string, KeyValuesGetOptionalParams)

指定したキー値のプロパティを取得します。

function get(resourceGroupName: string, configStoreName: string, keyValueName: string, options?: KeyValuesGetOptionalParams): Promise<KeyValue>

パラメーター

resourceGroupName

string

コンテナー レジストリが属するリソース グループの名前。

configStoreName

string

構成ストアの名前。

keyValueName

string

キーとラベルの組み合わせの識別子。 キーとラベルは$ 文字で結合されます。 Label は省略可能です。

options
KeyValuesGetOptionalParams

options パラメーター。

戻り値

Promise<KeyValue>