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