SubscriptionListOperationsParameters.StartTime Property

 

Gets or sets the start of the timeframe to list subscription operations in UTC format.

Namespace:   Microsoft.WindowsAzure.Management.Models
Assembly:  Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)

public DateTime StartTime { get; set; }

Property Value

Type: System.DateTime

The start of the timeframe.

This parameter and the EndTime parameter indicate the timeframe to retrieve subscription operations. This parameter cannot indicate a start date of more than 90 days in the past.

Return to top
Show: