GetClusterManifestResponse type
getClusterManifest işleminin yanıt verilerini içerir.
type GetClusterManifestResponse = ClusterManifest & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ClusterManifest
}
}