GetPartitionHealthResponse type
A getPartitionHealth művelet válaszadatait tartalmazza.
type GetPartitionHealthResponse = PartitionHealth & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PartitionHealth
}
}