ServerMetricListResponse Class
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.
Represents the response to a List Azure Sql Database Server metrics request.
public class ServerMetricListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerMetric>
type ServerMetricListResponse = class
inherit AzureOperationResponse
interface seq<ServerMetric>
interface IEnumerable
Public Class ServerMetricListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of ServerMetric)
- Inheritance
-
Microsoft.Azure.AzureOperationResponseServerMetricListResponse
- Implements
Constructors
| Name | Description |
|---|---|
| ServerMetricListResponse() |
Initializes a new instance of the ServerMetricListResponse class. |
Properties
| Name | Description |
|---|---|
| Metrics |
Optional. Gets or sets the list of Azure Sql Database Server metrics for the server. |
Methods
| Name | Description |
|---|---|
| GetEnumerator() |
Gets the sequence of Metrics. |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IEnumerable.GetEnumerator() |
Gets the sequence of Metrics. |