GetServiceNameInfoResponse type
A getServiceNameInfo művelet válaszadatait tartalmazza.
type GetServiceNameInfoResponse = ServiceNameInfo & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceNameInfo
}
}