ConnectionMonitorsCreateOrUpdate interface
Methods
| delete(Connection |
Deletes the specified connection monitor. |
| get(Connection |
Gets a connection monitor by name. |
| patch(Connection |
Update tags of the specified connection monitor. |
| put(Connection |
Create or update a connection monitor. |
Method Details
delete(ConnectionMonitorsDeleteParameters)
Deletes the specified connection monitor.
function delete(options: ConnectionMonitorsDeleteParameters): StreamableMethod<ConnectionMonitorsDelete202Response | ConnectionMonitorsDelete204Response | ConnectionMonitorsDeleteDefaultResponse>
Parameters
Returns
get(ConnectionMonitorsGetParameters)
Gets a connection monitor by name.
function get(options: ConnectionMonitorsGetParameters): StreamableMethod<ConnectionMonitorsGet200Response | ConnectionMonitorsGetDefaultResponse>
Parameters
- options
- ConnectionMonitorsGetParameters
Returns
patch(ConnectionMonitorsUpdateTagsParameters)
Update tags of the specified connection monitor.
function patch(options: ConnectionMonitorsUpdateTagsParameters): StreamableMethod<ConnectionMonitorsUpdateTags200Response | ConnectionMonitorsUpdateTagsDefaultResponse>
Parameters
Returns
put(ConnectionMonitorsCreateOrUpdateParameters)
Create or update a connection monitor.
function put(options: ConnectionMonitorsCreateOrUpdateParameters): StreamableMethod<ConnectionMonitorsCreateOrUpdate200Response | ConnectionMonitorsCreateOrUpdate201Response | ConnectionMonitorsCreateOrUpdateDefaultResponse>