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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python