GetServiceHealthUsingPolicyResponse type
يحتوي على بيانات الاستجابة لعملية getServiceHealthUsingPolicy.
type GetServiceHealthUsingPolicyResponse = ServiceHealth & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceHealth
}
}