< Back

New-MobileAppContentFileObject

Sat Jan 18, 2020 12:39 pm

NAME New-MobileAppContentFileObject



SYNOPSIS

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





SYNTAX

New-MobileAppContentFileObject [-azureStorageUri <string>] [-azureStorageUriExpirationDateTime <DateTimeOffset>]

[-createdDateTime <DateTimeOffset>] [-isCommitted <bool>] [-manifest <byte[]>] [-name <string>] [-size <long>]

[-sizeEncrypted <long>] [-uploadState <string>] [<CommonParameters>]





DESCRIPTION

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



Contains properties for a single installer file that is associated with a given mobileAppContent version.





PARAMETERS

-azureStorageUri <string>

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



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



The Azure Storage URI.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-isCommitted <bool>

The "isCommitted" property, of type "Edm.Boolean".



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



A value indicating whether the file is committed.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-createdDateTime <DateTimeOffset>

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



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



The time the file was created.



Required? false

Position? named

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

Accept pipeline input? false

Accept wildcard characters? false



-name <string>

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



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



the file name.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-size <long>

The "size" property, of type "Edm.Int64".



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



The size of the file prior to encryption.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-sizeEncrypted <long>

The "sizeEncrypted" property, of type "Edm.Int64".



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



The size of the file after encryption.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-azureStorageUriExpirationDateTime <DateTimeOffset>

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



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



The time the Azure storage Uri expires.



Required? false

Position? named

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

Accept pipeline input? false

Accept wildcard characters? false



-manifest <byte[]>

The "manifest" property, of type "Edm.Binary".



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



The manifest information.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-uploadState <string>

The "uploadState" property, of type "microsoft.graph.mobileAppContentFileUploadState".



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



The state of the current upload request.



Valid values: 'success', 'transientError', 'error', 'unknown', 'azureStorageUriRequestSuccess',

'azureStorageUriRequestPending', 'azureStorageUriRequestFailed', 'azureStorageUriRequestTimedOut',

'azureStorageUriRenewalSuccess', 'azureStorageUriRenewalPending', 'azureStorageUriRenewalFailed',

'azureStorageUriRenewalTimedOut', 'commitFileSuccess', 'commitFilePending', 'commitFileFailed',

'commitFileTimedOut'



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