Megosztás a következőn keresztül:


ArmSqlModelFactory.QueryStatisticsProperties Method

Definition

Initializes a new instance of QueryStatisticsProperties.

public static Azure.ResourceManager.Sql.Models.QueryStatisticsProperties QueryStatisticsProperties (string databaseName = default, string queryId = default, string startTime = default, string endTime = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Sql.Models.QueryMetricInterval> intervals = default);
static member QueryStatisticsProperties : string * string * string * string * seq<Azure.ResourceManager.Sql.Models.QueryMetricInterval> -> Azure.ResourceManager.Sql.Models.QueryStatisticsProperties
Public Shared Function QueryStatisticsProperties (Optional databaseName As String = Nothing, Optional queryId As String = Nothing, Optional startTime As String = Nothing, Optional endTime As String = Nothing, Optional intervals As IEnumerable(Of QueryMetricInterval) = Nothing) As QueryStatisticsProperties

Parameters

databaseName
String

Database name of the database in which this query was executed.

queryId
String

Unique query id (unique within one database).

startTime
String

The start time for the metric (ISO-8601 format).

endTime
String

The end time for the metric (ISO-8601 format).

intervals
IEnumerable<QueryMetricInterval>

List of intervals with appropriate metric data.

Returns

A new QueryStatisticsProperties instance for mocking.

Applies to