次の方法で共有


GetDeployedServicePackageHealthUsingPolicyResponse type

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

type GetDeployedServicePackageHealthUsingPolicyResponse =
  DeployedServicePackageHealth & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: DeployedServicePackageHealth
    }
  }