Share via


RuleManagementEventDataSource.Claims Property

 

Optional. The claims.

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

Syntax

public RuleManagementEventClaimsDataSource Claims { get; set; }
public:
property RuleManagementEventClaimsDataSource^ Claims {
    RuleManagementEventClaimsDataSource^ get();
    void set(RuleManagementEventClaimsDataSource^ value);
}
member Claims : RuleManagementEventClaimsDataSource with get, set
Public Property Claims As RuleManagementEventClaimsDataSource

Property Value

Type: Microsoft.Azure.Management.Insights.Models.RuleManagementEventClaimsDataSource

See Also

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

Return to top