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>
Параметры
Возвращаемое значение
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for JavaScript