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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python