Compartir a través de


GetClusterManifestResponse type

Contains response data for the getClusterManifest operation.

type GetClusterManifestResponse = ClusterManifest & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ClusterManifest
  }
}