GetDeployedServicePackageHealthUsingPolicyResponse type
A getDeployedServicePackageHealthUsingPolicy művelet válaszadatait tartalmazza.
type GetDeployedServicePackageHealthUsingPolicyResponse =
DeployedServicePackageHealth & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DeployedServicePackageHealth
}
}