ResolveServiceResponse type
يحتوي على بيانات استجابة لعملية resolveService.
type ResolveServiceResponse = ResolvedServicePartition & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ResolvedServicePartition
}
}