HostProfileManagerAnswerFileStatus_enum
HostProfileManagerAnswerFileStatus_enum
The HostProfileManagerAnswerFileStatusEnum enum defines possible values for answer file status.
Possible values:
valid
: Answer file is valid.invalid
: Answer file is not valid.The file is either missing or incomplete.
- To produce an answer file, pass host-specific data (user input) to the HostProfileManager.ApplyHostConfig_Task method.
- To produce a complete answer file, call the HostProfile.ExecuteHostProfile method and fill in any missing parameters in the returned ProfileExecuteResult.requireInput list. After you execute the profile successfully, you can pass the complete required input list to the apply method.
unknown
: Answer file status is not known.
This data structure has no properties.
Enumeration: valid, invalid, unknown,