Need better scanning performance?
Name
Parameter Name represents the name of a ImageParameter object, which serves as its unique identifier.
JSON Structure
Location in template:
ImageParameterOptions[i]
└── Name
Parent object: ImageParameter
Example:
{
"Name": "ip_0"
}
- This snippet shows only the
Nameparameter.- To use it, embed this parameter within an ImageParameter object.
- For the complete JSON structure, see:
Parameter Details
| Parameter Details |
|---|
| Type String |
| Required Yes |
| Default Value N/A |
| Remarks It must be a unique name. |