CommunityGalleryImageIdentifier Class
This is the community gallery image definition identifier.
- Inheritance
-
azure.mgmt.compute._serialization.ModelCommunityGalleryImageIdentifier
Constructor
CommunityGalleryImageIdentifier(*, publisher: str | None = None, offer: str | None = None, sku: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
publisher
|
The name of the gallery image definition publisher. |
offer
|
The name of the gallery image definition offer. |
sku
|
The name of the gallery image definition SKU. |
Variables
Name | Description |
---|---|
publisher
|
The name of the gallery image definition publisher. |
offer
|
The name of the gallery image definition offer. |
sku
|
The name of the gallery image definition SKU. |
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