GetClusterManifestResponse type
Enthält Antwortdaten für den getClusterManifest-Vorgang.
type GetClusterManifestResponse = ClusterManifest & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ClusterManifest
}
}