Uses of Class
com.azure.resourcemanager.costmanagement.fluent.models.OperationStatusInner
Package
Description
Package containing the service clients for CostManagementClient.
Package containing the inner data models for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of OperationStatusInner in com.azure.resourcemanager.costmanagement.fluent
Modifier and TypeMethodDescriptionGenerateReservationDetailsReportsClient.byBillingAccountId
(String billingAccountId, String startDate, String endDate) Generates the reservations details report for provided date range asynchronously based on enrollment id.GenerateReservationDetailsReportsClient.byBillingAccountId
(String billingAccountId, String startDate, String endDate, com.azure.core.util.Context context) Generates the reservations details report for provided date range asynchronously based on enrollment id.GenerateReservationDetailsReportsClient.byBillingProfileId
(String billingAccountId, String billingProfileId, String startDate, String endDate) Generates the reservations details report for provided date range asynchronously by billing profile.GenerateReservationDetailsReportsClient.byBillingProfileId
(String billingAccountId, String billingProfileId, String startDate, String endDate, com.azure.core.util.Context context) Generates the reservations details report for provided date range asynchronously by billing profile.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OperationStatusInner>,
OperationStatusInner> GenerateReservationDetailsReportsClient.beginByBillingAccountId
(String billingAccountId, String startDate, String endDate) Generates the reservations details report for provided date range asynchronously based on enrollment id.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OperationStatusInner>,
OperationStatusInner> GenerateReservationDetailsReportsClient.beginByBillingAccountId
(String billingAccountId, String startDate, String endDate) Generates the reservations details report for provided date range asynchronously based on enrollment id.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OperationStatusInner>,
OperationStatusInner> GenerateReservationDetailsReportsClient.beginByBillingAccountId
(String billingAccountId, String startDate, String endDate, com.azure.core.util.Context context) Generates the reservations details report for provided date range asynchronously based on enrollment id.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OperationStatusInner>,
OperationStatusInner> GenerateReservationDetailsReportsClient.beginByBillingAccountId
(String billingAccountId, String startDate, String endDate, com.azure.core.util.Context context) Generates the reservations details report for provided date range asynchronously based on enrollment id.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OperationStatusInner>,
OperationStatusInner> GenerateReservationDetailsReportsClient.beginByBillingProfileId
(String billingAccountId, String billingProfileId, String startDate, String endDate) Generates the reservations details report for provided date range asynchronously by billing profile.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OperationStatusInner>,
OperationStatusInner> GenerateReservationDetailsReportsClient.beginByBillingProfileId
(String billingAccountId, String billingProfileId, String startDate, String endDate) Generates the reservations details report for provided date range asynchronously by billing profile.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OperationStatusInner>,
OperationStatusInner> GenerateReservationDetailsReportsClient.beginByBillingProfileId
(String billingAccountId, String billingProfileId, String startDate, String endDate, com.azure.core.util.Context context) Generates the reservations details report for provided date range asynchronously by billing profile.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OperationStatusInner>,
OperationStatusInner> GenerateReservationDetailsReportsClient.beginByBillingProfileId
(String billingAccountId, String billingProfileId, String startDate, String endDate, com.azure.core.util.Context context) Generates the reservations details report for provided date range asynchronously by billing profile. -
Uses of OperationStatusInner in com.azure.resourcemanager.costmanagement.fluent.models
Modifier and TypeMethodDescriptionOperationStatusInner.withReportUrl
(ReservationReportSchema reportUrl) Set the reportUrl property: The CSV file from the reportUrl blob link consists of reservation usage data with the following schema at daily granularity.OperationStatusInner.withStatus
(OperationStatusType status) Set the status property: The status of the long running operation.OperationStatusInner.withValidUntil
(OffsetDateTime validUntil) Set the validUntil property: The time at which report URL becomes invalid. -
Uses of OperationStatusInner in com.azure.resourcemanager.costmanagement.models
Modifier and TypeMethodDescriptionOperationStatus.innerModel()
Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.OperationStatusInner object.