ConnectionMonitorsCreateOrUpdate interface
方法
| delete(Connection |
删除指定的连接监视器。 |
| get(Connection |
按名称获取连接监视器。 |
| patch(Connection |
更新指定连接监视器的标记。 |
| put(Connection |
创建或更新连接监视器。 |
方法详细信息
delete(ConnectionMonitorsDeleteParameters)
删除指定的连接监视器。
function delete(options: ConnectionMonitorsDeleteParameters): StreamableMethod<ConnectionMonitorsDelete202Response | ConnectionMonitorsDelete204Response | ConnectionMonitorsDeleteDefaultResponse>
参数
返回
get(ConnectionMonitorsGetParameters)
按名称获取连接监视器。
function get(options: ConnectionMonitorsGetParameters): StreamableMethod<ConnectionMonitorsGet200Response | ConnectionMonitorsGetDefaultResponse>
参数
- options
- ConnectionMonitorsGetParameters
返回
patch(ConnectionMonitorsUpdateTagsParameters)
更新指定连接监视器的标记。
function patch(options: ConnectionMonitorsUpdateTagsParameters): StreamableMethod<ConnectionMonitorsUpdateTags200Response | ConnectionMonitorsUpdateTagsDefaultResponse>
参数
返回
put(ConnectionMonitorsCreateOrUpdateParameters)
创建或更新连接监视器。
function put(options: ConnectionMonitorsCreateOrUpdateParameters): StreamableMethod<ConnectionMonitorsCreateOrUpdate200Response | ConnectionMonitorsCreateOrUpdate201Response | ConnectionMonitorsCreateOrUpdateDefaultResponse>