ServiceConfigurationGet interface
メソッド
| get(Request |
Personalizer サービス構成を取得します。 |
| put(Service |
Personalizer サービスの構成を更新します。 |
メソッドの詳細
get(RequestParameters)
Personalizer サービス構成を取得します。
function get(options?: RequestParameters): StreamableMethod<ServiceConfigurationGet200Response>
パラメーター
- options
- RequestParameters
戻り値
put(ServiceConfigurationUpdateParameters)
Personalizer サービスの構成を更新します。
function put(options: ServiceConfigurationUpdateParameters): StreamableMethod<ServiceConfigurationUpdate200Response | ServiceConfigurationUpdatedefaultResponse>