Share via


ConnectionMonitorsCreateOrUpdate interface

Methods

delete(ConnectionMonitorsDeleteParameters)

Deletes the specified connection monitor.

get(ConnectionMonitorsGetParameters)

Gets a connection monitor by name.

patch(ConnectionMonitorsUpdateTagsParameters)

Update tags of the specified connection monitor.

put(ConnectionMonitorsCreateOrUpdateParameters)

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

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>

Parameters

Returns