ProjectsBeginCreateResponse type
Contains response data for the beginCreate operation.
type ProjectsBeginCreateResponse = ProjectResource & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ProjectResource
}
}