Delen via


GenerateReservationDetailsReport interface

Interface die een GenerateReservationDetailsReport vertegenwoordigt.

Methoden

beginByBillingAccountId(string, string, string, GenerateReservationDetailsReportByBillingAccountIdOptionalParams)

Genereert het rapport met reserveringsdetails voor het opgegeven datumbereik asynchroon op basis van de inschrijvings-id. De details van het reserveringsgebruik kunnen alleen worden weergegeven door bepaalde ondernemingsrollen. Zie voor meer informatie over de rollen, https://docs.microsoft.com/azure/cost-management-billing/manage/understand-ea-roles#usage-and-costs-access-by-role

beginByBillingAccountIdAndWait(string, string, string, GenerateReservationDetailsReportByBillingAccountIdOptionalParams)

Genereert het rapport met reserveringsdetails voor het opgegeven datumbereik asynchroon op basis van de inschrijvings-id. De details van het reserveringsgebruik kunnen alleen worden weergegeven door bepaalde ondernemingsrollen. Zie voor meer informatie over de rollen, https://docs.microsoft.com/azure/cost-management-billing/manage/understand-ea-roles#usage-and-costs-access-by-role

beginByBillingProfileId(string, string, string, string, GenerateReservationDetailsReportByBillingProfileIdOptionalParams)

Genereert het rapport met reserveringsgegevens voor opgegeven datumbereik asynchroon per factureringsprofiel. De gebruiksgegevens van de reservering kunnen standaard alleen door bepaalde bedrijfsrollen worden weergegeven. Zie voor meer informatie over de rollen, https://docs.microsoft.com/azure/cost-management-billing/reservations/reservation-utilization#view-utilization-in-the-azure-portal-with-azure-rbac-access

beginByBillingProfileIdAndWait(string, string, string, string, GenerateReservationDetailsReportByBillingProfileIdOptionalParams)

Genereert het rapport met reserveringsgegevens voor opgegeven datumbereik asynchroon per factureringsprofiel. De gebruiksgegevens van de reservering kunnen standaard alleen door bepaalde bedrijfsrollen worden weergegeven. Zie voor meer informatie over de rollen, https://docs.microsoft.com/azure/cost-management-billing/reservations/reservation-utilization#view-utilization-in-the-azure-portal-with-azure-rbac-access

Methodedetails

beginByBillingAccountId(string, string, string, GenerateReservationDetailsReportByBillingAccountIdOptionalParams)

Genereert het rapport met reserveringsdetails voor het opgegeven datumbereik asynchroon op basis van de inschrijvings-id. De details van het reserveringsgebruik kunnen alleen worden weergegeven door bepaalde ondernemingsrollen. Zie voor meer informatie over de rollen, https://docs.microsoft.com/azure/cost-management-billing/manage/understand-ea-roles#usage-and-costs-access-by-role

function beginByBillingAccountId(billingAccountId: string, startDate: string, endDate: string, options?: GenerateReservationDetailsReportByBillingAccountIdOptionalParams): Promise<SimplePollerLike<OperationState<OperationStatus>, OperationStatus>>

Parameters

billingAccountId

string

Inschrijvings-id (verouderde factureringsaccount-id)

startDate

string

Begindatum

endDate

string

Einddatum

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<OperationStatus>, OperationStatus>>

beginByBillingAccountIdAndWait(string, string, string, GenerateReservationDetailsReportByBillingAccountIdOptionalParams)

Genereert het rapport met reserveringsdetails voor het opgegeven datumbereik asynchroon op basis van de inschrijvings-id. De details van het reserveringsgebruik kunnen alleen worden weergegeven door bepaalde ondernemingsrollen. Zie voor meer informatie over de rollen, https://docs.microsoft.com/azure/cost-management-billing/manage/understand-ea-roles#usage-and-costs-access-by-role

function beginByBillingAccountIdAndWait(billingAccountId: string, startDate: string, endDate: string, options?: GenerateReservationDetailsReportByBillingAccountIdOptionalParams): Promise<OperationStatus>

Parameters

billingAccountId

string

Inschrijvings-id (verouderde factureringsaccount-id)

startDate

string

Begindatum

endDate

string

Einddatum

Retouren

Promise<OperationStatus>

beginByBillingProfileId(string, string, string, string, GenerateReservationDetailsReportByBillingProfileIdOptionalParams)

Genereert het rapport met reserveringsgegevens voor opgegeven datumbereik asynchroon per factureringsprofiel. De gebruiksgegevens van de reservering kunnen standaard alleen door bepaalde bedrijfsrollen worden weergegeven. Zie voor meer informatie over de rollen, https://docs.microsoft.com/azure/cost-management-billing/reservations/reservation-utilization#view-utilization-in-the-azure-portal-with-azure-rbac-access

function beginByBillingProfileId(billingAccountId: string, billingProfileId: string, startDate: string, endDate: string, options?: GenerateReservationDetailsReportByBillingProfileIdOptionalParams): Promise<SimplePollerLike<OperationState<OperationStatus>, OperationStatus>>

Parameters

billingAccountId

string

Factureringsaccount-id

billingProfileId

string

Factureringsprofiel-id.

startDate

string

Begindatum

endDate

string

Einddatum

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<OperationStatus>, OperationStatus>>

beginByBillingProfileIdAndWait(string, string, string, string, GenerateReservationDetailsReportByBillingProfileIdOptionalParams)

Genereert het rapport met reserveringsgegevens voor opgegeven datumbereik asynchroon per factureringsprofiel. De gebruiksgegevens van de reservering kunnen standaard alleen door bepaalde bedrijfsrollen worden weergegeven. Zie voor meer informatie over de rollen, https://docs.microsoft.com/azure/cost-management-billing/reservations/reservation-utilization#view-utilization-in-the-azure-portal-with-azure-rbac-access

function beginByBillingProfileIdAndWait(billingAccountId: string, billingProfileId: string, startDate: string, endDate: string, options?: GenerateReservationDetailsReportByBillingProfileIdOptionalParams): Promise<OperationStatus>

Parameters

billingAccountId

string

Factureringsaccount-id

billingProfileId

string

Factureringsprofiel-id.

startDate

string

Begindatum

endDate

string

Einddatum

Retouren

Promise<OperationStatus>