次の方法で共有


GetDeployedApplicationHealthResponse type

getDeployedApplicationHealth 操作の応答データを格納します。

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