PureStorageReservationResource.GetBillingReportAsync 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.
Provides a summarized report along with actions for resources billed via given reservation
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PureStorage.Block/reservations/{reservationName}/getBillingReport
- Operation Id: Reservations_GetBillingReport
- Default Api Version: 2024-11-01-preview
- Resource: PureStorageReservationResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PureStorageBlock.Models.ReservationBillingUsageReport>> GetBillingReportAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetBillingReportAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PureStorageBlock.Models.ReservationBillingUsageReport>>
override this.GetBillingReportAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PureStorageBlock.Models.ReservationBillingUsageReport>>
Public Overridable Function GetBillingReportAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ReservationBillingUsageReport))
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.