CSP_CREST.Services.CRESTService.GetUsage C# (CSharp) Метод

GetUsage() публичный Метод

public GetUsage ( string SubscriptionId, bool showDetails = false ) : UsageRecord
SubscriptionId string
showDetails bool
Результат CSP_CREST.Entities.UsageRecord
        public UsageRecord GetUsage(string SubscriptionId, bool showDetails = false)
        {
            return GetUsage(SubscriptionId, new DateTime(DateTime.Now.Year, DateTime.Now.Month, 1), new DateTime(DateTime.Now.Year, DateTime.Now.Month, DateTime.Now.Day), "daily", showDetails, 1000);
        }

Same methods

CRESTService::GetUsage ( string SubscriptionId, System.DateTime StartDate, System.DateTime EndDate, string Granularity, bool ShowDetails, int Count ) : UsageRecord