< Back

New-DataPolicyOperationObject

Sat Jan 18, 2020 12:12 pm

NAME New-DataPolicyOperationObject



SYNOPSIS

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





SYNTAX

New-DataPolicyOperationObject [-completedDateTime <DateTimeOffset>] [-progress <double>] [-status <string>]

[-storageLocation <string>] [-submittedDateTime <DateTimeOffset>] [-userId <string>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-completedDateTime <DateTimeOffset>

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



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



Required? false

Position? named

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

Accept pipeline input? false

Accept wildcard characters? false



-status <string>

The "status" property, of type "microsoft.graph.dataPolicyOperationStatus".



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



Valid values: 'notStarted', 'running', 'complete', 'failed', 'unknownFutureValue'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-storageLocation <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-userId <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-submittedDateTime <DateTimeOffset>

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



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



Required? false

Position? named

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

Accept pipeline input? false

Accept wildcard characters? false



-progress <double>

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



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