Compartir a través de


Rule.LastUpdatedTime Property

 

Optional. Last time the rule was updated.

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

Syntax

public DateTime LastUpdatedTime { get; set; }
public:
property DateTime LastUpdatedTime {
    DateTime get();
    void set(DateTime value);
}
member LastUpdatedTime : DateTime with get, set
Public Property LastUpdatedTime As Date

Property Value

Type: System.DateTime

See Also

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

Return to top