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. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python