GalleryImageIdentifier Class
This is the gallery image definition identifier.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.compute._serialization.ModelGalleryImageIdentifier
Constructor
GalleryImageIdentifier(*, publisher: str, offer: str, sku: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
publisher
|
The name of the gallery image definition publisher. Required. |
offer
|
The name of the gallery image definition offer. Required. |
sku
|
The name of the gallery image definition SKU. Required. |
Variables
Name | Description |
---|---|
publisher
|
The name of the gallery image definition publisher. Required. |
offer
|
The name of the gallery image definition offer. Required. |
sku
|
The name of the gallery image definition SKU. Required. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python