Get Report By Resource Group Name Result
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)