Sdílet prostřednictvím


ClustersGetResponse type

Obsahuje data odpovědi pro operaci get.

type ClustersGetResponse = Cluster & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Cluster }
}