GetServiceHealthUsingPolicyResponse type

getServiceHealthUsingPolicy işleminin yanıt verilerini içerir.

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