< Back

New-EducationClassObject

Sat Jan 18, 2020 12:27 pm

NAME New-EducationClassObject



SYNOPSIS

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





SYNTAX

New-EducationClassObject [-classCode <string>] [-createdBy <object>] [-description <string>] [-displayName

<string>] [-externalId <string>] [-externalName <string>] [-externalSource <string>] [-group <object>]

[-mailNickname <string>] [-members <object[]>] [-schools <object[]>] [-teachers <object[]>] [-term <object>]

[<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-displayName <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-mailNickname <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-description <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-createdBy <object>

The "createdBy" property, of type "microsoft.graph.identitySet".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-classCode <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-externalName <string>

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



This property is on the "microsoft.graph.educationClass" 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.educationClass" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-externalSource <string>

The "externalSource" property, of type "microsoft.graph.educationExternalSource".



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



Valid values: 'sis', 'manual', 'unknownFutureValue'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-term <object>

The "term" property, of type "microsoft.graph.educationTerm".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-schools <object[]>

The "schools" property, of type "microsoft.graph.educationSchool".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-members <object[]>

The "members" property, of type "microsoft.graph.educationUser".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-teachers <object[]>

The "teachers" property, of type "microsoft.graph.educationUser".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-group <object>

The "group" property, of type "microsoft.graph.group".



This property is on the "microsoft.graph.educationClass" 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