GetDeployedServicePackageHealthUsingPolicyResponse type
getDeployedServicePackageHealthUsingPolicy 操作の応答データを格納します。
type GetDeployedServicePackageHealthUsingPolicyResponse =
DeployedServicePackageHealth & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DeployedServicePackageHealth
}
}