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