Freigeben über


GetDeployedApplicationHealthUsingPolicyResponse type

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

type GetDeployedApplicationHealthUsingPolicyResponse =
  DeployedApplicationHealth & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: DeployedApplicationHealth
    }
  }