ArmSqlModelFactory.QueryStatistics Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of QueryStatistics.
public static Azure.ResourceManager.Sql.Models.QueryStatistics QueryStatistics (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, 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 QueryStatistics : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * string * seq<Azure.ResourceManager.Sql.Models.QueryMetricInterval> -> Azure.ResourceManager.Sql.Models.QueryStatistics
Public Shared Function QueryStatistics (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, 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 QueryStatistics
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- 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 QueryStatistics instance for mocking.
Applies to
Azure SDK for .NET