ArmTemplateInfo interface
Informasi tentang templat ARM yang dihasilkan.
Properti
| parameters | Parameter templat ARM. |
| template | Konten templat. |
Detail Properti
parameters
Parameter templat ARM.
parameters?: Record<string, unknown>
Nilai Properti
Record<string, unknown>
template
Konten templat.
template?: Record<string, unknown>
Nilai Properti
Record<string, unknown>