Megosztás:


GetServiceHealthUsingPolicyResponse type

A getServiceHealthUsingPolicy művelet válaszadatait tartalmazza.

type GetServiceHealthUsingPolicyResponse = ServiceHealth & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ServiceHealth
  }
}