AvailabilityMetricSettingValue Class

 

The setting for Endpoint monitoring.

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models.MetricSettingValue
    Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models.AvailabilityMetricSettingValue

Syntax

public class AvailabilityMetricSettingValue : MetricSettingValue
public ref class AvailabilityMetricSettingValue : MetricSettingValue
type AvailabilityMetricSettingValue = 
    class
        inherit MetricSettingValue
    end
Public Class AvailabilityMetricSettingValue
    Inherits MetricSettingValue

Constructors

Name Description
System_CAPS_pubmethod AvailabilityMetricSettingValue()

Initializes a new instance of the AvailabilityMetricSettingValue class.

System_CAPS_pubmethod AvailabilityMetricSettingValue(IList<EndpointConfig>)

Initializes a new instance of the AvailabilityMetricSettingValue class with required arguments.

Properties

Name Description
System_CAPS_pubproperty AvailableLocations

Optional. The locations from which the Urls can be monitored.

System_CAPS_pubproperty Endpoints

Required. The configuration for Urls to be monitored using endpoint monitoiring.

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.WindowsAzure.Management.Monitoring.Metrics.Models Namespace

Return to top