< Back

New-TimeConstraintObject

Sat Jan 18, 2020 1:41 pm

NAME New-TimeConstraintObject



SYNOPSIS

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





SYNTAX

New-TimeConstraintObject [-activityDomain <string>] [-timeSlots <object[]>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-activityDomain <string>

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



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



Valid values: 'unknown', 'work', 'personal', 'unrestricted'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-timeSlots <object[]>

The "timeSlots" property, of type "microsoft.graph.timeSlot".



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