GetReportByResourceGroupNameResult

data class GetReportByResourceGroupNameResult(val azureApiVersion: String, val definition: ReportDefinitionResponse, val deliveryInfo: ReportDeliveryInfoResponse, val format: String? = null, val id: String, val name: String, val schedule: ReportScheduleResponse? = null, val tags: Map<String, String>, val type: String)

A report resource.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, definition: ReportDefinitionResponse, deliveryInfo: ReportDeliveryInfoResponse, format: String? = null, id: String, name: String, schedule: ReportScheduleResponse? = null, tags: Map<String, String>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Has definition for the report.

Link copied to clipboard

Has delivery information for the report.

Link copied to clipboard
val format: String? = null

The format of the report being delivered.

Link copied to clipboard
val id: String

Resource Id.

Link copied to clipboard

Resource name.

Link copied to clipboard

Has schedule information for the report.

Link copied to clipboard

Resource tags.

Link copied to clipboard

Resource type.