Share via


MetricDefinition.ResourceUri Property

 

Optional. The resource identifier of the resource that has emitted the metric.

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

Syntax

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

Property Value

Type: System.String

See Also

MetricDefinition Class
Microsoft.Azure.Insights.Models Namespace

Return to top