Freigeben über


GetServiceHealthUsingPolicyResponse type

Enthält Antwortdaten für den getServiceHealthUsingPolicy-Vorgang.

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