ReportProperties interface

Create Report's properties.

Properties

certRecords

List of synchronized certification records. NOTE: This property will not be serialized. It can only be populated by the server.

complianceStatus

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.

lastTriggerTime

Report last collection trigger time. NOTE: This property will not be serialized. It can only be populated by the server.

nextTriggerTime

Report next collection trigger time. NOTE: This property will not be serialized. It can only be populated by the server.

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".

provisioningState

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.

storageInfo

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.

tenantId

Report's tenant id. NOTE: This property will not be serialized. It can only be populated by the server.

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".

triggerTime

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

List of resource data.

resources: ResourceMetadata[]

Property Value

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