UpdateHostCustomizationsRequestType

UpdateHostCustomizationsRequestType
UpdateHostCustomizationsRequestType

The parameters of UpdateHostCustomizations_Task.

JSON Example
{
    "hostToConfigSpecMap": [
        {
            "_typeName": "string",
            "host": {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            },
            "configSpec": {
                "_typeName": "string",
                "validating": false
            }
        }
    ]
}
hostToConfigSpecMap
Optional

A map that contains the hosts with which the answer files are associated and the corresponding host-specific configuration data. If the configuration specification does not contain any host-specific user input (configSpec.AnswerFileOptionsCreateSpec.userInput), the method does not perform any operation on the answer file.