GetDeployedApplicationHealthUsingPolicyResponse type
A getDeployedApplicationHealthUsingPolicy művelet válaszadatait tartalmazza.
type GetDeployedApplicationHealthUsingPolicyResponse =
DeployedApplicationHealth & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DeployedApplicationHealth
}
}