ArmPureStorageBlockModelFactory.ReservationBillingUsageReport 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.
Represents a billing usage report, including overall status and detailed properties.
public static Azure.ResourceManager.PureStorageBlock.Models.ReservationBillingUsageReport ReservationBillingUsageReport(string timestamp = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.PureStorageBlock.Models.PureStorageBillingUsageProperty> billingUsageProperties = default, string overallStatusMessage = default);
static member ReservationBillingUsageReport : string * seq<Azure.ResourceManager.PureStorageBlock.Models.PureStorageBillingUsageProperty> * string -> Azure.ResourceManager.PureStorageBlock.Models.ReservationBillingUsageReport
Public Shared Function ReservationBillingUsageReport (Optional timestamp As String = Nothing, Optional billingUsageProperties As IEnumerable(Of PureStorageBillingUsageProperty) = Nothing, Optional overallStatusMessage As String = Nothing) As ReservationBillingUsageReport
Parameters
- timestamp
- String
Latest formatted billing report for this reservation.
- billingUsageProperties
- IEnumerable<PureStorageBillingUsageProperty>
A list of detailed billing usage properties.
- overallStatusMessage
- String
Overall status message of the billing usage report.
Returns
A new ReservationBillingUsageReport instance for mocking.