مشاركة عبر


GetClusterHealthUsingPolicyResponse type

يحتوي على بيانات الاستجابة لعملية getClusterHealthUsingPolicy.

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