EventData.ResourceUri Property
Optional. Gets or sets the resource uri (see https://msdn.microsoft.com/library/azure/dn790569.aspx for more information)
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
EventData Class
Microsoft.Azure.Insights.Models Namespace
Return to top