CustomImagePropertiesFromPlanFragment Class
Properties for plan on a custom image.
- Inheritance
-
msrest.serialization.ModelCustomImagePropertiesFromPlanFragment
Constructor
CustomImagePropertiesFromPlanFragment(*, id: str | None = None, publisher: str | None = None, offer: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
id
Required
|
The id of the plan, equivalent to name of the plan. |
publisher
Required
|
The publisher for the plan from the marketplace image the custom image is derived from. |
offer
Required
|
The offer for the plan from the marketplace image the custom image is derived from. |
Keyword-Only Parameters
Name | Description |
---|---|
id
Required
|
|
publisher
Required
|
|
offer
Required
|
|
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