GetPartitionHealthResponse type
Enthält Antwortdaten für den getPartitionHealth-Vorgang.
type GetPartitionHealthResponse = PartitionHealth & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PartitionHealth
}
}