GetProjectsResponse type
Contains response data for the getProjects operation.
type GetProjectsResponse = Project[] & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Project[] }
}
Den här webbläsaren stöds inte längre.
Uppgradera till Microsoft Edge och dra nytta av de senaste funktionerna och säkerhetsuppdateringarna, samt teknisk support.
Contains response data for the getProjects operation.
type GetProjectsResponse = Project[] & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Project[] }
}