MetricAvailability.Location Property
Optional. Where the data for this metric availability is stored.
Namespace: Microsoft.Azure.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public MetricLocation Location { get; set; }
public:
property MetricLocation^ Location {
MetricLocation^ get();
void set(MetricLocation^ value);
}
member Location : MetricLocation with get, set
Public Property Location As MetricLocation
Property Value
Type: Microsoft.Azure.Insights.Models.MetricLocation
See Also
MetricAvailability Class
Microsoft.Azure.Insights.Models Namespace
Return to top