次の方法で共有


GetServiceHealthUsingPolicyResponse type

getServiceHealthUsingPolicy 操作の応答データが含まれています。

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