IoFilterQueryIssueResult
IoFilterQueryIssueResult
Result for QueryIoFilterIssues.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"opType": "string",
"hostIssue": [
{
"_typeName": "string",
"host": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"issue": [
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
]
}
]
}
string
opType
Required
The type of the operation performed on the IO Filter.
The set of possible values are defined in IoFilterOperationEnum.