ResolveServiceResponse type
resolveService işleminin yanıt verilerini içerir.
type ResolveServiceResponse = ResolvedServicePartition & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ResolvedServicePartition
}
}