GetNodeHealthUsingPolicyResponse type
getNodeHealthUsingPolicy 操作の応答データが含まれています。
type GetNodeHealthUsingPolicyResponse = NodeHealth & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: NodeHealth
}
}