GetServiceManifestResponse type
A getServiceManifest művelet válaszadatait tartalmazza.
type GetServiceManifestResponse = ServiceTypeManifest & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceTypeManifest
}
}