GetApplicationHealthUsingPolicyResponse type
Enthält Antwortdaten für den getApplicationHealthUsingPolicy-Vorgang.
type GetApplicationHealthUsingPolicyResponse = ApplicationHealth & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationHealth
}
}