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 | |
---|---|---|
AvailabilityMetricSettingValue() | Initializes a new instance of the AvailabilityMetricSettingValue class. |
|
AvailabilityMetricSettingValue(IList<EndpointConfig>) | Initializes a new instance of the AvailabilityMetricSettingValue class with required arguments. |
Properties
Name | Description | |
---|---|---|
AvailableLocations | Optional. The locations from which the Urls can be monitored. |
|
Endpoints | Required. The configuration for Urls to be monitored using endpoint monitoiring. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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