GetClusterHealthUsingPolicyResponse type
A getClusterHealthUsingPolicy művelet válaszadatait tartalmazza.
type GetClusterHealthUsingPolicyResponse = ClusterHealth & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ClusterHealth
}
}