< Back

New-PlannerPlanObject

Sat Jan 18, 2020 1:30 pm

NAME New-PlannerPlanObject



SYNOPSIS

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





SYNTAX

New-PlannerPlanObject [-buckets <object[]>] [-createdBy <object>] [-createdDateTime <DateTimeOffset>] [-details

<object>] [-owner <string>] [-tasks <object[]>] [-title <string>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-createdBy <object>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-createdDateTime <DateTimeOffset>

The "createdDateTime" property, of type "Edm.DateTimeOffset".



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



Required? false

Position? named

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

Accept pipeline input? false

Accept wildcard characters? false



-owner <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-title <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-tasks <object[]>

The "tasks" property, of type "microsoft.graph.plannerTask".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-buckets <object[]>

The "buckets" property, of type "microsoft.graph.plannerBucket".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-details <object>

The "details" property, of type "microsoft.graph.plannerPlanDetails".



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