Compartilhar via


RuleManagementEventDataSource.Claims Propriedade

 

Opcional. As declarações.

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

Sintaxe

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

Valor de propriedade

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

Consulte também

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

Retornar ao topo