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