< Back

New-ColumnDefinitionObject

Sat Jan 18, 2020 12:11 pm

NAME New-ColumnDefinitionObject



SYNOPSIS

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





SYNTAX

New-ColumnDefinitionObject [-boolean <object>] [-calculated <object>] [-choice <object>] [-columnGroup <string>]

[-currency <object>] [-dateTime <object>] [-defaultValue <object>] [-description <string>] [-displayName <string>]

[-enforceUniqueValues <bool>] [-hidden <bool>] [-indexed <bool>] [-lookup <object>] [-name <string>] [-number

<object>] [-personOrGroup <object>] [-readOnly <bool>] [-required <bool>] [-text <object>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-boolean <object>

The "boolean" property, of type "microsoft.graph.booleanColumn".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-calculated <object>

The "calculated" property, of type "microsoft.graph.calculatedColumn".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-choice <object>

The "choice" property, of type "microsoft.graph.choiceColumn".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-columnGroup <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-currency <object>

The "currency" property, of type "microsoft.graph.currencyColumn".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-dateTime <object>

The "dateTime" property, of type "microsoft.graph.dateTimeColumn".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-defaultValue <object>

The "defaultValue" property, of type "microsoft.graph.defaultColumnValue".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-displayName <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-enforceUniqueValues <bool>

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



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-hidden <bool>

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



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-indexed <bool>

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



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-lookup <object>

The "lookup" property, of type "microsoft.graph.lookupColumn".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-number <object>

The "number" property, of type "microsoft.graph.numberColumn".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-personOrGroup <object>

The "personOrGroup" property, of type "microsoft.graph.personOrGroupColumn".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-readOnly <bool>

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



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-required <bool>

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



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-text <object>

The "text" property, of type "microsoft.graph.textColumn".



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