BillingPeriodsOperationsExtensions Class

Definition

Extension methods for BillingPeriodsOperations.

public static class BillingPeriodsOperationsExtensions
type BillingPeriodsOperationsExtensions = class
Public Module BillingPeriodsOperationsExtensions
Inheritance
BillingPeriodsOperationsExtensions

Methods

Get(IBillingPeriodsOperations, String)

Gets a named billing period. This is only supported for Azure Web-Direct subscriptions. Other subscription types which were not purchased directly through the Azure web portal are not supported through this preview API.

GetAsync(IBillingPeriodsOperations, String, CancellationToken)

Gets a named billing period. This is only supported for Azure Web-Direct subscriptions. Other subscription types which were not purchased directly through the Azure web portal are not supported through this preview API.

List(IBillingPeriodsOperations, String, String, Nullable<Int32>)

Lists the available billing periods for a subscription in reverse chronological order. This is only supported for Azure Web-Direct subscriptions. Other subscription types which were not purchased directly through the Azure web portal are not supported through this preview API. https://go.microsoft.com/fwlink/?linkid=844490

ListAsync(IBillingPeriodsOperations, String, String, Nullable<Int32>, CancellationToken)

Lists the available billing periods for a subscription in reverse chronological order. This is only supported for Azure Web-Direct subscriptions. Other subscription types which were not purchased directly through the Azure web portal are not supported through this preview API. https://go.microsoft.com/fwlink/?linkid=844490

ListNext(IBillingPeriodsOperations, String)

Lists the available billing periods for a subscription in reverse chronological order. This is only supported for Azure Web-Direct subscriptions. Other subscription types which were not purchased directly through the Azure web portal are not supported through this preview API. https://go.microsoft.com/fwlink/?linkid=844490

ListNextAsync(IBillingPeriodsOperations, String, CancellationToken)

Lists the available billing periods for a subscription in reverse chronological order. This is only supported for Azure Web-Direct subscriptions. Other subscription types which were not purchased directly through the Azure web portal are not supported through this preview API. https://go.microsoft.com/fwlink/?linkid=844490

Applies to