Class OperationStatusInner
java.lang.Object
com.azure.resourcemanager.costmanagement.fluent.models.OperationStatusInner
The status of the long running operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the reportUrl property: The CSV file from the reportUrl blob link consists of reservation usage data with the following schema at daily granularity.status()
Get the status property: The status of the long running operation.void
validate()
Validates the instance.Get the validUntil property: The time at which report URL becomes invalid.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.withStatus
(OperationStatusType status) Set the status property: The status of the long running operation.withValidUntil
(OffsetDateTime validUntil) Set the validUntil property: The time at which report URL becomes invalid.
-
Constructor Details
-
OperationStatusInner
public OperationStatusInner()Creates an instance of OperationStatusInner class.
-
-
Method Details
-
status
Get the status property: The status of the long running operation.- Returns:
- the status value.
-
withStatus
Set the status property: The status of the long running operation.- Parameters:
status
- the status value to set.- Returns:
- the OperationStatusInner object itself.
-
reportUrl
Get the reportUrl property: The CSV file from the reportUrl blob link consists of reservation usage data with the following schema at daily granularity.- Returns:
- the reportUrl value.
-
withReportUrl
Set the reportUrl property: The CSV file from the reportUrl blob link consists of reservation usage data with the following schema at daily granularity.- Parameters:
reportUrl
- the reportUrl value to set.- Returns:
- the OperationStatusInner object itself.
-
validUntil
Get the validUntil property: The time at which report URL becomes invalid.- Returns:
- the validUntil value.
-
withValidUntil
Set the validUntil property: The time at which report URL becomes invalid.- Parameters:
validUntil
- the validUntil value to set.- Returns:
- the OperationStatusInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-