BasicConfiguration.ScheduledTransferPeriod Property
Optional. The interval between scheduled transfers to storage rounded up to the nearest minute.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public TimeSpan ScheduledTransferPeriod { get; set; }
public:
property TimeSpan ScheduledTransferPeriod {
TimeSpan get();
void set(TimeSpan value);
}
member ScheduledTransferPeriod : TimeSpan with get, set
Public Property ScheduledTransferPeriod As TimeSpan
Property Value
Type: System.TimeSpan
See Also
BasicConfiguration Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top