Value Class

 

Applies To: Azure SQL Database

Represents an Azure SQL Database Elastic Pool metric name.

Namespace:   Microsoft.Azure.Management.Sql.Models
Assembly:  Microsoft.Azure.Management.Sql (in Microsoft.Azure.Management.Sql.dll)

Inheritance Hierarchy

System.Object
Microsoft.Azure.Management.Sql.Models.Value

Syntax

public class Value
public ref class Value 
type Value = class end
Public Class Value

Constructors

Name Description
System_CAPS_pubmethod Value()

Initializes a new instance of the Value class.

Properties

Name Description
System_CAPS_pubproperty Average

Optional. Gets or sets the timestamp for the metrics.

System_CAPS_pubproperty Count

Optional. Gets or sets the count for the interval.

System_CAPS_pubproperty Maximum

Optional. Gets or sets the maximum value for the interval.

System_CAPS_pubproperty Minimum

Optional. Gets or sets the minimum value for the interval.

System_CAPS_pubproperty Timestamp

Optional. Gets or sets the timestamp for the metrics.

System_CAPS_pubproperty Total

Optional. Gets or sets the total for the interval.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Azure.Management.Sql.Models Namespace

Return to top