次の方法で共有


GetPartitionHealthResponse type

getPartitionHealth 操作の応答データを格納します。

type GetPartitionHealthResponse = PartitionHealth & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PartitionHealth
  }
}