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. |
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