< Back

New-CopyNotebookModelObject

Sat Jan 18, 2020 12:12 pm

NAME New-CopyNotebookModelObject



SYNOPSIS

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





SYNTAX

New-CopyNotebookModelObject [-createdBy <string>] [-createdByIdentity <object>] [-createdTime <DateTimeOffset>]

[-isDefault <bool>] [-isShared <bool>] [-lastModifiedBy <string>] [-lastModifiedByIdentity <object>]

[-lastModifiedTime <DateTimeOffset>] [-links <object>] [-name <string>] [-sectionGroupsUrl <string>] [-sectionsUrl

<string>] [-self <string>] [-userRole <string>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-isDefault <bool>

The "isDefault" property, of type "Edm.Boolean".



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-userRole <string>

The "userRole" property, of type "microsoft.graph.onenoteUserRole".



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



Valid values: 'Owner', 'Contributor', 'Reader', 'None'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-isShared <bool>

The "isShared" property, of type "Edm.Boolean".



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-sectionsUrl <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-sectionGroupsUrl <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-links <object>

The "links" property, of type "microsoft.graph.notebookLinks".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-name <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-createdBy <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-createdByIdentity <object>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-lastModifiedBy <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-lastModifiedByIdentity <object>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-lastModifiedTime <DateTimeOffset>

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



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



Required? false

Position? named

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

Accept pipeline input? false

Accept wildcard characters? false



-self <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-createdTime <DateTimeOffset>

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



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



Required? false

Position? named

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

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