UsageDetailsOperationsExtensions.ListByBillingPeriodNext Method
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.
Lists the usage details for a scope by billing period. Usage details are available via this API only for May 1, 2014 or later. https://docs.microsoft.com/en-us/rest/api/consumption/
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Consumption.Models.UsageDetail> ListByBillingPeriodNext (this Microsoft.Azure.Management.Consumption.IUsageDetailsOperations operations, string nextPageLink);
static member ListByBillingPeriodNext : Microsoft.Azure.Management.Consumption.IUsageDetailsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Consumption.Models.UsageDetail>
<Extension()>
Public Function ListByBillingPeriodNext (operations As IUsageDetailsOperations, nextPageLink As String) As IPage(Of UsageDetail)
Parameters
- operations
- IUsageDetailsOperations
The operations group for this extension method.
- nextPageLink
- String
The NextLink from the previous successful call to List operation.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET