IBillingPeriodsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
BillingPeriodsOperations operations.
public interface IBillingPeriodsOperations
type IBillingPeriodsOperations = interface
Public Interface IBillingPeriodsOperations
Methods
GetWithHttpMessagesAsync(String, Dictionary<String,List<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. |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<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 |
ListWithHttpMessagesAsync(String, String, Nullable<Int32>, Dictionary<String,List<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 |
Extension 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
Azure SDK for .NET