GetCountSummaryForResourceParameters.ResourceUri Property
Gets or sets the resource uri
Namespace: Microsoft.Azure.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
[FilterParameterAttribute("resourceUri")]
public string ResourceUri { get; set; }
public:
[FilterParameterAttribute("resourceUri")]
property String^ ResourceUri {
String^ get();
void set(String^ value);
}
[<FilterParameterAttribute("resourceUri")>]
member ResourceUri : string with get, set
<FilterParameterAttribute("resourceUri")>
Public Property ResourceUri As String
Property Value
Type: System.String
See Also
GetCountSummaryForResourceParameters Class
Microsoft.Azure.Insights Namespace
Return to top