ReportPropertiesArgs

data class ReportPropertiesArgs(val offerGuid: Output<String>? = null, val resources: Output<List<ResourceMetadataArgs>>, val timeZone: Output<String>, val triggerTime: Output<String>) : ConvertibleToJava<ReportPropertiesArgs>

Report's properties.

Constructors

Link copied to clipboard
constructor(offerGuid: Output<String>? = null, resources: Output<List<ResourceMetadataArgs>>, timeZone: Output<String>, triggerTime: Output<String>)

Properties

Link copied to clipboard
val offerGuid: Output<String>? = null

Report offer Guid.

Link copied to clipboard

List of resource data.

Link copied to clipboard
val timeZone: Output<String>

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

Link copied to clipboard
val triggerTime: Output<String>

Report collection trigger time.

Functions

Link copied to clipboard
open override fun toJava(): ReportPropertiesArgs