GetServiceManifestResponse type
Contiene i dati di risposta per l'operazione getServiceManifest.
type GetServiceManifestResponse = ServiceTypeManifest & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceTypeManifest
}
}