GetClusterManifestResponse type
A getClusterManifest művelet válaszadatait tartalmazza.
type GetClusterManifestResponse = ClusterManifest & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ClusterManifest
}
}