CallbackConfig Class
The configuration of service URI and custom headers for the webhook.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelCallbackConfig
Constructor
CallbackConfig(*, service_uri: str, custom_headers: Dict[str, str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
service_uri
|
The service URI for the webhook to post notifications. Required. |
custom_headers
|
Custom headers that will be added to the webhook notifications. |
Variables
Name | Description |
---|---|
service_uri
|
The service URI for the webhook to post notifications. Required. |
custom_headers
|
Custom headers that will be added to the webhook notifications. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python