DscpConfigurationCreateOrUpdate interface
メソッド
| delete(Dscp |
DSCP 構成を削除します。 |
| get(Dscp |
DSCP 構成を取得します。 |
| put(Dscp |
DSCP 構成を作成または更新します。 |
メソッドの詳細
delete(DscpConfigurationDeleteParameters)
DSCP 構成を削除します。
function delete(options: DscpConfigurationDeleteParameters): StreamableMethod<DscpConfigurationDelete200Response | DscpConfigurationDelete202Response | DscpConfigurationDelete204Response | DscpConfigurationDeleteDefaultResponse>
パラメーター
戻り値
get(DscpConfigurationGetParameters)
DSCP 構成を取得します。
function get(options: DscpConfigurationGetParameters): StreamableMethod<DscpConfigurationGet200Response | DscpConfigurationGetDefaultResponse>
パラメーター
- options
- DscpConfigurationGetParameters
戻り値
put(DscpConfigurationCreateOrUpdateParameters)
DSCP 構成を作成または更新します。
function put(options: DscpConfigurationCreateOrUpdateParameters): StreamableMethod<DscpConfigurationCreateOrUpdate200Response | DscpConfigurationCreateOrUpdate201Response | DscpConfigurationCreateOrUpdateDefaultResponse>