Source Class
The registry node that generated the event. Put differently, while the actor initiates the event, the source generates it.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelSource
Constructor
Source(*, addr: str | None = None, instance_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
addr
|
The IP or hostname and the port of the registry node that generated the event. Generally, this will be resolved by os.Hostname() along with the running port. |
instance_id
|
The running instance of an application. Changes after each restart. |
Variables
Name | Description |
---|---|
addr
|
The IP or hostname and the port of the registry node that generated the event. Generally, this will be resolved by os.Hostname() along with the running port. |
instance_id
|
The running instance of an application. Changes after each restart. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python