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>