< Back

New-PhotoObject

Sat Jan 18, 2020 12:43 pm

NAME New-PhotoObject



SYNOPSIS

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





SYNTAX

New-PhotoObject [-cameraMake <string>] [-cameraModel <string>] [-exposureDenominator <double>] [-exposureNumerator

<double>] [-fNumber <double>] [-focalLength <double>] [-iso <int>] [-takenDateTime <DateTimeOffset>]

[<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-cameraMake <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-cameraModel <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-exposureDenominator <double>

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



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



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-exposureNumerator <double>

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



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



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-fNumber <double>

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



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



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-focalLength <double>

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



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



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-iso <int>

The "iso" property, of type "Edm.Int32".



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



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-takenDateTime <DateTimeOffset>

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



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