Share via


RuleManagementEventDataSource.ResourceUri Property

 

Optional. The resource uri.

Namespace:   Microsoft.Azure.Management.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

RuleManagementEventDataSource Class
Microsoft.Azure.Management.Insights.Models Namespace

Return to top