< Back

New-EducationStudentObject

Sat Jan 18, 2020 12:28 pm

NAME New-EducationStudentObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.educationStudent" (or one of its derived types).





SYNTAX

New-EducationStudentObject [-birthDate <DateTimeOffset>] [-externalId <string>] [-gender <string>] [-grade

<string>] [-graduationYear <string>] [-studentNumber <string>] [<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.educationStudent" (or one of its derived types).





PARAMETERS

-graduationYear <string>

The "graduationYear" property, of type "Edm.String".



This property is on the "microsoft.graph.educationStudent" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-grade <string>

The "grade" property, of type "Edm.String".



This property is on the "microsoft.graph.educationStudent" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-birthDate <DateTimeOffset>

The "birthDate" property, of type "Edm.Date".



This property is on the "microsoft.graph.educationStudent" type.



Required? false

Position? named

Default value 1/1/0001 12:00:00 AM +00:00

Accept pipeline input? false

Accept wildcard characters? false



-gender <string>

The "gender" property, of type "microsoft.graph.educationGender".



This property is on the "microsoft.graph.educationStudent" type.



Valid values: 'female', 'male', 'other', 'unknownFutureValue'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-studentNumber <string>

The "studentNumber" property, of type "Edm.String".



This property is on the "microsoft.graph.educationStudent" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-externalId <string>

The "externalId" property, of type "Edm.String".



This property is on the "microsoft.graph.educationStudent" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS