RecurrentSchedule.Days-Eigenschaft
Optional. Eine Auflistung von Tagen, an denen das Profil in Kraft tritt.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public IList<string> Days { get; set; }
public:
property IList<String^>^ Days {
IList<String^>^ get();
void set(IList<String^>^ value);
}
member Days : IList<string> with get, set
Public Property Days As IList(Of String)
Eigenschaftswert
Type: System.Collections.Generic.IList<String>
Siehe auch
RecurrentSchedule-Klasse
Microsoft.Azure.Management.Insights.Models-Namespace
Zurück zum Anfang