次の方法で共有


Operation interface

REST API 操作

プロパティ

display

操作を記述するオブジェクト。

name

これは {provider}/{resource}/{operation} という形式です。

origin

操作の目的の実行プログラム。

properties

任意のオブジェクト

プロパティの詳細

display

操作を記述するオブジェクト。

display?: OperationDisplay

プロパティ値

name

これは {provider}/{resource}/{operation} という形式です。

name?: string

プロパティ値

string

origin

操作の目的の実行プログラム。

origin?: string

プロパティ値

string

properties

任意のオブジェクト

properties?: Record<string, unknown>

プロパティ値

Record<string, unknown>