AlertsOperations interface
Interface die de Alerts-operaties vertegenwoordigt.
Eigenschappen
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| get | De opgegeven waarschuwing ophalen. |
| list |
Hiermee haalt u waarschuwingen op voor een resourcebereik. |
| refresh | Een waarschuwing vernieuwen. |
| refresh |
Vernieuw alle waarschuwingen voor een resourcebereik. |
| update | Een waarschuwing bijwerken. |
Eigenschapdetails
beginRefresh
Waarschuwing
Deze API is nu afgeschaft.
use refresh instead
beginRefresh: (scope: string, alertId: string, options?: AlertsRefreshOptionalParams) => Promise<SimplePollerLike<OperationState<AlertOperationResult>, AlertOperationResult>>
Waarde van eigenschap
(scope: string, alertId: string, options?: AlertsRefreshOptionalParams) => Promise<SimplePollerLike<OperationState<AlertOperationResult>, AlertOperationResult>>
beginRefreshAll
Waarschuwing
Deze API is nu afgeschaft.
use refreshAll instead
beginRefreshAll: (scope: string, options?: AlertsRefreshAllOptionalParams) => Promise<SimplePollerLike<OperationState<AlertOperationResult>, AlertOperationResult>>
Waarde van eigenschap
(scope: string, options?: AlertsRefreshAllOptionalParams) => Promise<SimplePollerLike<OperationState<AlertOperationResult>, AlertOperationResult>>
beginRefreshAllAndWait
Waarschuwing
Deze API is nu afgeschaft.
use refreshAll instead
beginRefreshAllAndWait: (scope: string, options?: AlertsRefreshAllOptionalParams) => Promise<AlertOperationResult>
Waarde van eigenschap
(scope: string, options?: AlertsRefreshAllOptionalParams) => Promise<AlertOperationResult>
beginRefreshAndWait
Waarschuwing
Deze API is nu afgeschaft.
use refresh instead
beginRefreshAndWait: (scope: string, alertId: string, options?: AlertsRefreshOptionalParams) => Promise<AlertOperationResult>
Waarde van eigenschap
(scope: string, alertId: string, options?: AlertsRefreshOptionalParams) => Promise<AlertOperationResult>
get
De opgegeven waarschuwing ophalen.
get: (scope: string, alertId: string, options?: AlertsGetOptionalParams) => Promise<Alert>
Waarde van eigenschap
(scope: string, alertId: string, options?: AlertsGetOptionalParams) => Promise<Alert>
listForScope
Hiermee haalt u waarschuwingen op voor een resourcebereik.
listForScope: (scope: string, options?: AlertsListForScopeOptionalParams) => PagedAsyncIterableIterator<Alert, Alert[], PageSettings>
Waarde van eigenschap
(scope: string, options?: AlertsListForScopeOptionalParams) => PagedAsyncIterableIterator<Alert, Alert[], PageSettings>
refresh
Een waarschuwing vernieuwen.
refresh: (scope: string, alertId: string, options?: AlertsRefreshOptionalParams) => PollerLike<OperationState<AlertOperationResult>, AlertOperationResult>
Waarde van eigenschap
(scope: string, alertId: string, options?: AlertsRefreshOptionalParams) => PollerLike<OperationState<AlertOperationResult>, AlertOperationResult>
refreshAll
Vernieuw alle waarschuwingen voor een resourcebereik.
refreshAll: (scope: string, options?: AlertsRefreshAllOptionalParams) => PollerLike<OperationState<AlertOperationResult>, AlertOperationResult>
Waarde van eigenschap
(scope: string, options?: AlertsRefreshAllOptionalParams) => PollerLike<OperationState<AlertOperationResult>, AlertOperationResult>
update
Een waarschuwing bijwerken.
update: (scope: string, alertId: string, parameters: Alert, options?: AlertsUpdateOptionalParams) => Promise<void>
Waarde van eigenschap
(scope: string, alertId: string, parameters: Alert, options?: AlertsUpdateOptionalParams) => Promise<void>