RegionalSharingStatus Class
Gallery regional sharing status.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.compute._serialization.ModelRegionalSharingStatus
Constructor
RegionalSharingStatus(*, region: str | None = None, details: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
region
|
Region name. |
details
|
Details of gallery regional sharing failure. |
Variables
Name | Description |
---|---|
region
|
Region name. |
state
|
str or
SharingState
Gallery sharing state in current region. Known values are: "Succeeded", "InProgress", "Failed", and "Unknown". |
details
|
Details of gallery regional sharing failure. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python