appLogUploadState enum type
Namespace: microsoft.graph
Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
AppLogUploadStatus
Members
Member | Value | Description |
---|---|---|
pending | 0 | Default. Indicates that request is waiting to be processed or under processing. |
completed | 1 | Indicates that request is completed with file uploaded to Azure blob for download. |
failed | 2 | Indicates that request is completed with file uploaded to Azure blob for download. |
unknownFutureValue | 3 | Evolvable enumeration sentinel value. Do not use. |