MetricTrigger.MetricResourceUri Property
Optional. The resource identifier of the resource the rule monitors.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public string MetricResourceUri { get; set; }
public:
property String^ MetricResourceUri {
String^ get();
void set(String^ value);
}
member MetricResourceUri : string with get, set
Public Property MetricResourceUri As String
Property Value
Type: System.String
See Also
MetricTrigger Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top