ProductTemplateOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:product_template> attribute.
Constructor
ProductTemplateOperations(*args, **kwargs)
Methods
| get |
Gets a template by its identifier. |
get
Gets a template by its identifier.
get(resource_group_name: str, workspace_name: str, template_id: str, **kwargs: Any) -> ProductTemplateModel
Parameters
| Name | Description |
|---|---|
|
resource_group_name
Required
|
The name of the resource group. The name is case insensitive. Required. |
|
workspace_name
Required
|
The name of the workspace. Required. |
|
template_id
Required
|
template Id. Required. |
Returns
| Type | Description |
|---|---|
|
ProductTemplateModel. The ProductTemplateModel is compatible with MutableMapping |
Exceptions
| Type | Description |
|---|---|