Share via


MetricLocation.TableInfo Property

 

Optional. The list of tables that contain the metric data.

Namespace:   Microsoft.Azure.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public IList<MetricTableInfo> TableInfo { get; set; }
public:
property IList<MetricTableInfo^>^ TableInfo {
    IList<MetricTableInfo^>^ get();
    void set(IList<MetricTableInfo^>^ value);
}
member TableInfo : IList<MetricTableInfo> with get, set
Public Property TableInfo As IList(Of MetricTableInfo)

Property Value

Type: System.Collections.Generic.IList<MetricTableInfo>

See Also

MetricLocation Class
Microsoft.Azure.Insights.Models Namespace

Return to top