Share via


MetricLocation.TableEndpoint Property

 

Optional. The REST endpoint of the tables that contains the metrics.

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

Syntax

public string TableEndpoint { get; set; }
public:
property String^ TableEndpoint {
    String^ get();
    void set(String^ value);
}
member TableEndpoint : string with get, set
Public Property TableEndpoint As String

Property Value

Type: System.String

See Also

MetricLocation Class
Microsoft.Azure.Insights.Models Namespace

Return to top