Megosztás:


GetPartitionHealthUsingPolicyResponse type

A getPartitionHealthUsingPolicy művelet válaszadatait tartalmazza.

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