ArmTemplateInfo Class
Information about a generated ARM template.
- Inheritance
-
msrest.serialization.ModelArmTemplateInfo
Constructor
ArmTemplateInfo(*, template: object | None = None, parameters: object | None = None, **kwargs)
Parameters
Name | Description |
---|---|
template
Required
|
The template's contents. |
parameters
Required
|
The parameters of the ARM template. |
Keyword-Only Parameters
Name | Description |
---|---|
template
Required
|
|
parameters
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