共用方式為


AlertConfigurationsOperations 類別

警告

請勿直接具現化此類別。

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

AuthorizationManagementClient's

<xref:alert_configurations> 屬性。

繼承
builtins.object
AlertConfigurationsOperations

建構函式

AlertConfigurationsOperations(*args, **kwargs)

方法

get

取得指定的警示組態。

list_for_scope

取得資源範圍的警示組態。

update

更新警示組態。

get

取得指定的警示組態。

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

參數

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

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

傳回

AlertConfiguration 或 cls 的結果 (回應)

傳回類型

例外狀況

list_for_scope

取得資源範圍的警示組態。

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

參數

scope
str
必要

警示組態的範圍。 必要。

cls
callable

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

傳回

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

傳回類型

例外狀況

update

更新警示組態。

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

參數

scope
str
必要

警示組態的範圍。 必要。

alert_id
str
必要

要更新的警示組態名稱。 必要。

parameters
AlertConfigurationIO
必要

警示組態的參數。 這是 AlertConfiguration 類型或 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'>