AlertsOperations interface

알림 작업을 나타내는 인터페이스.

속성

beginRefresh
beginRefreshAll
beginRefreshAllAndWait
beginRefreshAndWait
get

지정된 경고를 가져옵니다.

listForScope

리소스 범위에 대한 경고를 가져옵니다.

refresh

경고를 새로 고칩니다.

refreshAll

리소스 범위에 대한 모든 경고를 새로 고칩니다.

update

경고를 업데이트합니다.

속성 세부 정보

beginRefresh

경고

이 API는 이제 사용되지 않습니다.

use refresh instead

beginRefresh: (scope: string, alertId: string, options?: AlertsRefreshOptionalParams) => Promise<SimplePollerLike<OperationState<AlertOperationResult>, AlertOperationResult>>

속성 값

(scope: string, alertId: string, options?: AlertsRefreshOptionalParams) => Promise<SimplePollerLike<OperationState<AlertOperationResult>, AlertOperationResult>>

beginRefreshAll

경고

이 API는 이제 사용되지 않습니다.

use refreshAll instead

beginRefreshAll: (scope: string, options?: AlertsRefreshAllOptionalParams) => Promise<SimplePollerLike<OperationState<AlertOperationResult>, AlertOperationResult>>

속성 값

(scope: string, options?: AlertsRefreshAllOptionalParams) => Promise<SimplePollerLike<OperationState<AlertOperationResult>, AlertOperationResult>>

beginRefreshAllAndWait

경고

이 API는 이제 사용되지 않습니다.

use refreshAll instead

beginRefreshAllAndWait: (scope: string, options?: AlertsRefreshAllOptionalParams) => Promise<AlertOperationResult>

속성 값

(scope: string, options?: AlertsRefreshAllOptionalParams) => Promise<AlertOperationResult>

beginRefreshAndWait

경고

이 API는 이제 사용되지 않습니다.

use refresh instead

beginRefreshAndWait: (scope: string, alertId: string, options?: AlertsRefreshOptionalParams) => Promise<AlertOperationResult>

속성 값

(scope: string, alertId: string, options?: AlertsRefreshOptionalParams) => Promise<AlertOperationResult>

get

지정된 경고를 가져옵니다.

get: (scope: string, alertId: string, options?: AlertsGetOptionalParams) => Promise<Alert>

속성 값

(scope: string, alertId: string, options?: AlertsGetOptionalParams) => Promise<Alert>

listForScope

리소스 범위에 대한 경고를 가져옵니다.

listForScope: (scope: string, options?: AlertsListForScopeOptionalParams) => PagedAsyncIterableIterator<Alert, Alert[], PageSettings>

속성 값

(scope: string, options?: AlertsListForScopeOptionalParams) => PagedAsyncIterableIterator<Alert, Alert[], PageSettings>

refresh

경고를 새로 고칩니다.

refresh: (scope: string, alertId: string, options?: AlertsRefreshOptionalParams) => PollerLike<OperationState<AlertOperationResult>, AlertOperationResult>

속성 값

(scope: string, alertId: string, options?: AlertsRefreshOptionalParams) => PollerLike<OperationState<AlertOperationResult>, AlertOperationResult>

refreshAll

리소스 범위에 대한 모든 경고를 새로 고칩니다.

refreshAll: (scope: string, options?: AlertsRefreshAllOptionalParams) => PollerLike<OperationState<AlertOperationResult>, AlertOperationResult>

속성 값

(scope: string, options?: AlertsRefreshAllOptionalParams) => PollerLike<OperationState<AlertOperationResult>, AlertOperationResult>

update

경고를 업데이트합니다.

update: (scope: string, alertId: string, parameters: Alert, options?: AlertsUpdateOptionalParams) => Promise<void>

속성 값

(scope: string, alertId: string, parameters: Alert, options?: AlertsUpdateOptionalParams) => Promise<void>