ReportProperties interface
Create Report's properties.
Properties
cert |
List of synchronized certification records. NOTE: This property will not be serialized. It can only be populated by the server. |
compliance |
Report compliance status. NOTE: This property will not be serialized. It can only be populated by the server. |
errors | List of report error codes. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
Report last collection trigger time. NOTE: This property will not be serialized. It can only be populated by the server. |
next |
Report next collection trigger time. NOTE: This property will not be serialized. It can only be populated by the server. |
offer |
A list of comma-separated offerGuids indicates a series of offerGuids that map to the report. For example, "00000000-0000-0000-0000-000000000001,00000000-0000-0000-0000-000000000002" and "00000000-0000-0000-0000-000000000003". |
provisioning |
Azure lifecycle management NOTE: This property will not be serialized. It can only be populated by the server. |
resources | List of resource data. |
status | Report status. NOTE: This property will not be serialized. It can only be populated by the server. |
storage |
The information of 'bring your own storage' binding to the report |
subscriptions | List of subscription Ids. NOTE: This property will not be serialized. It can only be populated by the server. |
tenant |
Report's tenant id. NOTE: This property will not be serialized. It can only be populated by the server. |
time |
Report collection trigger time's time zone, the available list can be obtained by executing "Get-TimeZone -ListAvailable" in PowerShell. An example of valid timezone id is "Pacific Standard Time". |
trigger |
Report collection trigger time. |
Property Details
certRecords
List of synchronized certification records. NOTE: This property will not be serialized. It can only be populated by the server.
certRecords?: CertSyncRecord[]
Property Value
complianceStatus
Report compliance status. NOTE: This property will not be serialized. It can only be populated by the server.
complianceStatus?: ReportComplianceStatus
Property Value
errors
List of report error codes. NOTE: This property will not be serialized. It can only be populated by the server.
errors?: string[]
Property Value
string[]
lastTriggerTime
Report last collection trigger time. NOTE: This property will not be serialized. It can only be populated by the server.
lastTriggerTime?: Date
Property Value
Date
nextTriggerTime
Report next collection trigger time. NOTE: This property will not be serialized. It can only be populated by the server.
nextTriggerTime?: Date
Property Value
Date
offerGuid
A list of comma-separated offerGuids indicates a series of offerGuids that map to the report. For example, "00000000-0000-0000-0000-000000000001,00000000-0000-0000-0000-000000000002" and "00000000-0000-0000-0000-000000000003".
offerGuid?: string
Property Value
string
provisioningState
Azure lifecycle management NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
resources
status
Report status. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string
storageInfo
The information of 'bring your own storage' binding to the report
storageInfo?: StorageInfo
Property Value
subscriptions
List of subscription Ids. NOTE: This property will not be serialized. It can only be populated by the server.
subscriptions?: string[]
Property Value
string[]
tenantId
Report's tenant id. NOTE: This property will not be serialized. It can only be populated by the server.
tenantId?: string
Property Value
string
timeZone
Report collection trigger time's time zone, the available list can be obtained by executing "Get-TimeZone -ListAvailable" in PowerShell. An example of valid timezone id is "Pacific Standard Time".
timeZone: string
Property Value
string
triggerTime
Report collection trigger time.
triggerTime: Date
Property Value
Date