GetServiceInfoResponse type
A getServiceInfo művelet válaszadatait tartalmazza.
type GetServiceInfoResponse = ServiceInfoUnion & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceInfoUnion
}
}