Create an upload session that allows an app to iteratively upload ranges of a binary file linked to the print document.
As part of the response, this action returns an upload URL that can be used in subsequent sequential PUT queries.
Request headers for each PUT operation can be used to specify the exact range of bytes to be uploaded.
This allows transfer to be resumed, in case the network connection is dropped during upload.
Create an upload session that allows an app to iteratively upload ranges of a binary file linked to the print document.
As part of the response, this action returns an upload URL that can be used in subsequent sequential PUT queries.
Request headers for each PUT operation can be used to specify the exact range of bytes to be uploaded.
This allows transfer to be resumed, in case the network connection is dropped during upload.
Credentials for a proxy server to use for the remote call
Parameter properties
Type:
System.Management.Automation.PSCredential
Supports wildcards:
False
DontShow:
False
Parameter sets
(All)
Position:
Named
Mandatory:
False
Value from pipeline:
False
Value from pipeline by property name:
False
Value from remaining arguments:
False
-ProxyUseDefaultCredentials
Use the default credentials for the proxy
Parameter properties
Type:
System.Management.Automation.SwitchParameter
Default value:
False
Supports wildcards:
False
DontShow:
False
Parameter sets
(All)
Position:
Named
Mandatory:
False
Value from pipeline:
False
Value from pipeline by property name:
False
Value from remaining arguments:
False
-ResponseHeadersVariable
Optional Response Headers Variable.
Parameter properties
Type:
System.String
Supports wildcards:
False
DontShow:
False
Aliases:
RHV
Parameter sets
(All)
Position:
Named
Mandatory:
False
Value from pipeline:
False
Value from pipeline by property name:
False
Value from remaining arguments:
False
-WhatIf
Runs the command in a mode that only reports what would happen without performing the actions.
Parameter properties
Type:
System.Management.Automation.SwitchParameter
Supports wildcards:
False
DontShow:
False
Aliases:
wi
Parameter sets
(All)
Position:
Named
Mandatory:
False
Value from pipeline:
False
Value from pipeline by property name:
False
Value from remaining arguments:
False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable,
-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see
about_CommonParameters.
To create the parameters described below, construct a hash table containing the appropriate properties.
For information on hash tables, run Get-Help about_Hash_Tables.
BODYPARAMETER <IPathsCv1Pi3PrintSharesPrintershareIdJobsPrintjobIdDocumentsPrintdocumentIdMicrosoftGraphCreateuploadsessionPostRequestbodyContentApplicationJsonSchema>: .
[(Any) <Object>]: This indicates any property can be added to this object.
[Properties <IMicrosoftGraphPrintDocumentUploadProperties>]: printDocumentUploadProperties
[(Any) <Object>]: This indicates any property can be added to this object.
[ContentType <String>]: The document's content (MIME) type.
[DocumentName <String>]: The document's name.
[Size <Int64?>]: The document's size in bytes.
INPUTOBJECT <IDevicesCloudPrintIdentity>: Identity Parameter
[GroupId <String>]: The unique identifier of group
[PrintConnectorId <String>]: The unique identifier of printConnector
[PrintDocumentId <String>]: The unique identifier of printDocument
[PrintJobId <String>]: The unique identifier of printJob
[PrintOperationId <String>]: The unique identifier of printOperation
[PrintServiceEndpointId <String>]: The unique identifier of printServiceEndpoint
[PrintServiceId <String>]: The unique identifier of printService
[PrintTaskDefinitionId <String>]: The unique identifier of printTaskDefinition
[PrintTaskId <String>]: The unique identifier of printTask
[PrintTaskTriggerId <String>]: The unique identifier of printTaskTrigger
[PrinterId <String>]: The unique identifier of printer
[PrinterShareId <String>]: The unique identifier of printerShare
[UserId <String>]: The unique identifier of user
PROPERTIES <IMicrosoftGraphPrintDocumentUploadProperties>: printDocumentUploadProperties
[(Any) <Object>]: This indicates any property can be added to this object.
[ContentType <String>]: The document's content (MIME) type.
[DocumentName <String>]: The document's name.
[Size <Int64?>]: The document's size in bytes.