GetProjectsResponse type
Contains response data for the getProjects operation.
type GetProjectsResponse = Project[] & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Project[] }
}
Este explorador ya no se admite.
Actualice a Microsoft Edge para aprovechar las características y actualizaciones de seguridad más recientes, y disponer de soporte técnico.
Contains response data for the getProjects operation.
type GetProjectsResponse = Project[] & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Project[] }
}