< Back

New-NumberColumnObject

Sat Jan 18, 2020 12:40 pm

NAME New-NumberColumnObject



SYNOPSIS

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





SYNTAX

New-NumberColumnObject [-decimalPlaces <string>] [-displayAs <string>] [-maximum <double>] [-minimum <double>]

[<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-decimalPlaces <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-displayAs <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-maximum <double>

The "maximum" property, of type "Edm.Double".



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



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-minimum <double>

The "minimum" property, of type "Edm.Double".



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



Required? false

Position? named

Default value 0

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