Метод | Описание | |
---|---|---|
GetUsage ( string SubscriptionId, System.DateTime StartDate = null, System.DateTime EndDate = null, string Granularity = "daily", bool ShowDetails = false, int Count = 1000 ) : System.Web.Mvc.JsonResult | ||
Index ( string SubscriptionId ) : System.Web.Mvc.ActionResult | ||
SubscriptionController ( IResellerService ResellerService, IGraphService GraphService, ICRESTService CrestService ) : System | ||
Usage ( string SubscriptionId, System.DateTime StartDate = null, System.DateTime EndDate = null, string Granularity = "daily", bool ShowDetails = false, int Count = 1000 ) : System.Web.Mvc.ActionResult |
Метод | Описание | |
---|---|---|
GetMeter ( string MeterId ) : |
public GetUsage ( string SubscriptionId, System.DateTime StartDate = null, System.DateTime EndDate = null, string Granularity = "daily", bool ShowDetails = false, int Count = 1000 ) : System.Web.Mvc.JsonResult | ||
SubscriptionId | string | |
StartDate | System.DateTime | |
EndDate | System.DateTime | |
Granularity | string | |
ShowDetails | bool | |
Count | int | |
Результат | System.Web.Mvc.JsonResult |
public Index ( string SubscriptionId ) : System.Web.Mvc.ActionResult | ||
SubscriptionId | string | |
Результат | System.Web.Mvc.ActionResult |
public SubscriptionController ( IResellerService ResellerService, IGraphService GraphService, ICRESTService CrestService ) : System | ||
ResellerService | IResellerService | |
GraphService | IGraphService | |
CrestService | ICRESTService | |
Результат | System |
public Usage ( string SubscriptionId, System.DateTime StartDate = null, System.DateTime EndDate = null, string Granularity = "daily", bool ShowDetails = false, int Count = 1000 ) : System.Web.Mvc.ActionResult | ||
SubscriptionId | string | |
StartDate | System.DateTime | |
EndDate | System.DateTime | |
Granularity | string | |
ShowDetails | bool | |
Count | int | |
Результат | System.Web.Mvc.ActionResult |