< Back

New-TeamsAsyncOperationObject

Sat Jan 18, 2020 1:40 pm

NAME New-TeamsAsyncOperationObject



SYNOPSIS

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





SYNTAX

New-TeamsAsyncOperationObject [-attemptsCount <int>] [-createdDateTime <DateTimeOffset>] [-error <object>]

[-lastActionDateTime <DateTimeOffset>] [-operationType <string>] [-status <string>] [-targetResourceId <string>]

[-targetResourceLocation <string>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-operationType <string>

The "operationType" property, of type "microsoft.graph.teamsAsyncOperationType".



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



Valid values: 'invalid', 'cloneTeam', 'archiveTeam', 'unarchiveTeam', 'createTeam', 'unknownFutureValue'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-createdDateTime <DateTimeOffset>

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



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



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



Valid values: 'invalid', 'notStarted', 'inProgress', 'succeeded', 'failed', 'unknownFutureValue'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-lastActionDateTime <DateTimeOffset>

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



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



Required? false

Position? named

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

Accept pipeline input? false

Accept wildcard characters? false



-attemptsCount <int>

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



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



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-targetResourceId <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-targetResourceLocation <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-error <object>

The "error" property, of type "microsoft.graph.operationError".



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