Compartir a través de


MetricAggregation.ScheduledTransferPeriod Property

 

Optional. Specifies the time grain (aggregation interval or frequency).

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

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

Return to top