Get Sql Server Instance Telemetry Plain Args
data class GetSqlServerInstanceTelemetryPlainArgs(val aggregationType: Either<String, AggregationType>? = null, val databaseNames: List<String>? = null, val datasetName: String, val endTime: String? = null, val interval: String? = null, val resourceGroupName: String, val sqlServerInstanceName: String, val startTime: String? = null) : ConvertibleToJava<GetSqlServerInstanceTelemetryPlainArgs>
Properties
Link copied to clipboard
The aggregation type to use for the numerical columns in the dataset.
Link copied to clipboard
The list of database names to return telemetry for. If not specified, telemetry for all databases will be aggregated and returned.
Link copied to clipboard
The name of the telemetry dataset to retrieve.
Link copied to clipboard
The name of the Azure resource group
Link copied to clipboard
Name of SQL Server Instance