UpdateProjectResponse type
Contains response data for the updateProject operation.
type UpdateProjectResponse = 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 updateProject operation.
type UpdateProjectResponse = Project & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Project }
}