ResolveServiceResponse type
Enthält Antwortdaten für den resolveService-Vorgang.
type ResolveServiceResponse = ResolvedServicePartition & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ResolvedServicePartition
}
}