Метод | Описание | |
---|---|---|
AcquireTokenForCustomer ( string customerId ) : |
||
AcquireTokenForCustomerAsync ( string customerId ) : Task |
||
AcquireTokenForReseller ( ) : |
||
AcquireTokenForResellerAsync ( ) : Task |
||
GetCustomer ( string CustomerAADId ) : |
||
GetCustomerAsync ( string CustomerAADId ) : Task |
||
GetEntitlements ( string CustomerId ) : List |
||
GetEntitlements ( string CustomerId, |
||
GetEntitlementsAsync ( string CustomerId ) : Task
|
||
GetEntitlementsAsync ( string CustomerId,
|
||
GetRateCard ( ) : |
||
GetRateCardAsync ( ) : Task |
||
GetReseller ( ) : |
||
GetResellerAsync ( ) : Task |
||
GetSubscription ( string SubscriptionId ) : |
||
GetSubscriptionAsync ( string SubscriptionId ) : Task |
||
GetSubscriptionsByCustomer ( string CustomerId ) : List |
||
GetSubscriptionsByCustomerAsync ( string CustomerId ) : Task
|
||
GetUsage ( string SubscriptionId, System.DateTime StartDate, System.DateTime EndDate, string Granularity, bool ShowDetails, int Count ) : |
||
GetUsage ( string SubscriptionId, bool showDetails = false ) : |
||
GetUsageAsync ( string SubscriptionId, System.DateTime StartDate, System.DateTime EndDate, string Granularity, bool ShowDetails, int Count ) : Task |
||
GetUsageAsync ( string SubscriptionId, bool showDetails = false ) : Task |
||
Initialize ( ) : void | ||
Initialize ( string OAuthToken, string ResellerId ) : void |
public AcquireTokenForCustomer ( string customerId ) : |
||
customerId | string | |
Результат |
public AcquireTokenForCustomerAsync ( string customerId ) : Task |
||
customerId | string | |
Результат | Task |
public AcquireTokenForReseller ( ) : |
||
Результат |
public AcquireTokenForResellerAsync ( ) : Task |
||
Результат | Task |
public GetCustomer ( string CustomerAADId ) : |
||
CustomerAADId | string | |
Результат |
public GetCustomerAsync ( string CustomerAADId ) : Task |
||
CustomerAADId | string | |
Результат | Task |
public GetEntitlements ( string CustomerId ) : List |
||
CustomerId | string | |
Результат | List |
public GetEntitlements ( string CustomerId, |
||
CustomerId | string | |
cus_token | ||
Результат | List |
public GetEntitlementsAsync ( string CustomerId ) : Task
|
||
CustomerId | string | |
Результат | Task
|
public GetEntitlementsAsync ( string CustomerId,
|
||
CustomerId | string | |
cus_token | ||
Результат | Task
|
public GetRateCard ( ) : |
||
Результат |
public GetReseller ( ) : |
||
Результат |
public GetSubscription ( string SubscriptionId ) : |
||
SubscriptionId | string | |
Результат |
public GetSubscriptionAsync ( string SubscriptionId ) : Task |
||
SubscriptionId | string | |
Результат | Task |
public GetSubscriptionsByCustomer ( string CustomerId ) : List |
||
CustomerId | string | |
Результат | List |
public GetSubscriptionsByCustomerAsync ( string CustomerId ) : Task
|
||
CustomerId | string | |
Результат | Task
|
public GetUsage ( string SubscriptionId, System.DateTime StartDate, System.DateTime EndDate, string Granularity, bool ShowDetails, int Count ) : |
||
SubscriptionId | string | |
StartDate | System.DateTime | |
EndDate | System.DateTime | |
Granularity | string | |
ShowDetails | bool | |
Count | int | |
Результат |
public GetUsage ( string SubscriptionId, bool showDetails = false ) : |
||
SubscriptionId | string | |
showDetails | bool | |
Результат |
public GetUsageAsync ( string SubscriptionId, System.DateTime StartDate, System.DateTime EndDate, string Granularity, bool ShowDetails, int Count ) : Task |
||
SubscriptionId | string | |
StartDate | System.DateTime | |
EndDate | System.DateTime | |
Granularity | string | |
ShowDetails | bool | |
Count | int | |
Результат | Task |
public GetUsageAsync ( string SubscriptionId, bool showDetails = false ) : Task |
||
SubscriptionId | string | |
showDetails | bool | |
Результат | Task |
public Initialize ( string OAuthToken, string ResellerId ) : void | ||
OAuthToken | string | |
ResellerId | string | |
Результат | void |