Report Args
data class ReportArgs(val definition: Output<ReportDefinitionArgs>? = null, val deliveryInfo: Output<ReportDeliveryInfoArgs>? = null, val format: Output<Either<String, FormatType>>? = null, val reportName: Output<String>? = null, val schedule: Output<ReportScheduleArgs>? = null) : ConvertibleToJava<ReportArgs>
A report resource. Uses Azure REST API version 2018-08-01-preview. In version 1.x of the Azure Native provider, it used API version 2018-08-01-preview.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:costmanagement:Report TestReport /subscriptions/{subscriptionId}/providers/Microsoft.CostManagement/reports/{reportName}
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(definition: Output<ReportDefinitionArgs>? = null, deliveryInfo: Output<ReportDeliveryInfoArgs>? = null, format: Output<Either<String, FormatType>>? = null, reportName: Output<String>? = null, schedule: Output<ReportScheduleArgs>? = null)