共用方式為


AlertsOperations 類別

警告

請勿直接具現化此類別。

相反地,您應該透過 存取下列作業

AuthorizationManagementClient's

<xref:alerts> 屬性。

繼承
builtins.object
AlertsOperations

建構函式

AlertsOperations(*args, **kwargs)

方法

begin_refresh

重新整理警示。

begin_refresh_all

重新整理資源範圍的所有警示。

get

取得指定的警示。

list_for_scope

取得資源範圍的警示。

update

更新警示。

begin_refresh

重新整理警示。

begin_refresh(scope: str, alert_id: str, **kwargs: Any) -> LROPoller[AlertOperationResult]

參數

scope
str
必要

警示的範圍。 必要。

alert_id
str
必要

要重新整理之警示的名稱。 必要。

cls
callable

將傳遞直接回應的自訂類型或函式

continuation_token
str

從已儲存狀態重新開機輪詢器的接續權杖。

polling
boolPollingMethod

根據預設,您的輪詢方法會是 ARMPolling。 針對此作業傳入 False,以不輪詢,或傳入您自己的初始化輪詢物件,以取得個人輪詢策略。

polling_interval
int

如果沒有 Retry-After 標頭,則為 LRO 作業的兩個輪詢之間的預設等候時間。

傳回

LROPoller 的實例,會傳回 AlertOperationResult 或 cls 的結果 (回應)

傳回類型

例外狀況

begin_refresh_all

重新整理資源範圍的所有警示。

begin_refresh_all(scope: str, **kwargs: Any) -> LROPoller[AlertOperationResult]

參數

scope
str
必要

警示的範圍。 必要。

cls
callable

將傳遞直接回應的自訂類型或函式

continuation_token
str

從已儲存狀態重新開機輪詢器的接續權杖。

polling
boolPollingMethod

根據預設,您的輪詢方法會是 ARMPolling。 針對此作業傳入 False,以不輪詢,或傳入您自己的初始化輪詢物件,以取得個人輪詢策略。

polling_interval
int

如果沒有 Retry-After 標頭,則為 LRO 作業的兩個輪詢之間的預設等候時間。

傳回

LROPoller 的實例,會傳回 AlertOperationResult 或 cls 的結果 (回應)

傳回類型

例外狀況

get

取得指定的警示。

get(scope: str, alert_id: str, **kwargs: Any) -> Alert

參數

scope
str
必要

警示的範圍。 範圍可以是任何 REST 資源實例。 例如,針對訂用帳戶使用 '/providers/Microsoft.Subscription/subscriptions/{subscription-id}/' 資源群組的 '/providers/Microsoft.Subscription/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}',以及資源群組的 '/providers/Microsoft.Subscription/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-type}/{resource-type}/{resource-name}' 。 必要。

alert_id
str
必要

要取得的警示名稱。 必要。

cls
callable

將傳遞直接回應的自訂類型或函式

傳回

警示或 cls (回應的結果)

傳回類型

例外狀況

list_for_scope

取得資源範圍的警示。

list_for_scope(scope: str, **kwargs: Any) -> Iterable[Alert]

參數

scope
str
必要

警示的範圍。 必要。

cls
callable

將傳遞直接回應的自訂類型或函式

傳回

反覆運算器,例如警示的實例或 cls 的結果 (回應)

傳回類型

例外狀況

update

更新警示。

update(scope: str, alert_id: str, parameters: _models.Alert, *, content_type: str = 'application/json', **kwargs: Any) -> None

參數

scope
str
必要

警示的範圍。 必要。

alert_id
str
必要

要關閉的警示名稱。 必要。

parameters
AlertIO
必要

警示的參數。 這是警示類型或 IO 類型。 必要。

content_type
str

Body 參數內容類型。 已知值為:'application/json'。 預設值為 [無]。

cls
callable

將傳遞直接回應的自訂類型或函式

傳回

無或 cls (回應的結果)

傳回類型

例外狀況

屬性

models

models = <module 'azure.mgmt.authorization.v2022_08_01_preview.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.7\\x64\\Lib\\site-packages\\azure\\mgmt\\authorization\\v2022_08_01_preview\\models\\__init__.py'>