Freigeben über


GetClusterHealthUsingPolicyResponse type

Enthält Antwortdaten für den getClusterHealthUsingPolicy-Vorgang.

type GetClusterHealthUsingPolicyResponse = ClusterHealth & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ClusterHealth
  }
}