RoutingIntentCreateOrUpdate interface
メソッド
| delete(Routing |
RoutingIntent を削除します。 |
| get(Routing |
RoutingIntent の詳細を取得します。 |
| put(Routing |
存在しない場合は RoutingIntent リソースを作成し、それ以外の場合は既存の RoutingIntent を更新します。 |
メソッドの詳細
delete(RoutingIntentDeleteParameters)
RoutingIntent を削除します。
function delete(options: RoutingIntentDeleteParameters): StreamableMethod<RoutingIntentDelete200Response | RoutingIntentDelete202Response | RoutingIntentDelete204Response | RoutingIntentDeleteDefaultResponse>
パラメーター
- options
- RoutingIntentDeleteParameters
戻り値
get(RoutingIntentGetParameters)
RoutingIntent の詳細を取得します。
function get(options: RoutingIntentGetParameters): StreamableMethod<RoutingIntentGet200Response | RoutingIntentGetDefaultResponse>
パラメーター
- options
- RoutingIntentGetParameters
戻り値
put(RoutingIntentCreateOrUpdateParameters)
存在しない場合は RoutingIntent リソースを作成し、それ以外の場合は既存の RoutingIntent を更新します。
function put(options: RoutingIntentCreateOrUpdateParameters): StreamableMethod<RoutingIntentCreateOrUpdate200Response | RoutingIntentCreateOrUpdate201Response | RoutingIntentCreateOrUpdateDefaultResponse>