GetClusterHealthUsingPolicyResponse type
getClusterHealthUsingPolicy 操作の応答データを格納します。
type GetClusterHealthUsingPolicyResponse = ClusterHealth & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ClusterHealth
}
}