ResolveServiceResponse type
A resolveService művelet válaszadatait tartalmazza.
type ResolveServiceResponse = ResolvedServicePartition & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ResolvedServicePartition
}
}