SharingStatus Class
Sharing status of current gallery.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.compute._serialization.ModelSharingStatus
Constructor
SharingStatus(*, summary: List[_models.RegionalSharingStatus] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
summary
|
Summary of all regional sharing status. |
Variables
Name | Description |
---|---|
aggregated_state
|
str or
SharingState
Aggregated sharing state of current gallery. Known values are: "Succeeded", "InProgress", "Failed", and "Unknown". |
summary
|
Summary of all regional sharing status. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python