Interface GenerateDetailedCostReportOperationStatuses
public interface GenerateDetailedCostReportOperationStatuses
An immutable client-side representation of GenerateDetailedCostReportOperationStatuses.
-
Method Summary
Modifier and TypeMethodDescriptionGets the downloadUrl property: The URL to download the generated report.endTime()Gets the endTime property: The endTime of the operation.com.azure.core.management.exception.ManagementErrorerror()Gets the error property: The details of the error.Gets the expiryTime property: The time at which report URL becomes invalid/expires in UTC e.g.id()Gets the id property: The ID of the long running operation.Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.GenerateDetailedCostReportOperationStatusesInner object.name()Gets the name property: The name of the long running operation.Gets the startTime property: The startTime of the operation.status()Gets the status property: The status of the long running operation.type()Gets the type property: The type of the long running operation.Gets the validTill property: The time at which report URL becomes invalid/expires in UTC e.g.
-
Method Details
-
id
String id()Gets the id property: The ID of the long running operation.- Returns:
- the id value.
-
name
String name()Gets the name property: The name of the long running operation.- Returns:
- the name value.
-
status
Status status()Gets the status property: The status of the long running operation.- Returns:
- the status value.
-
startTime
String startTime()Gets the startTime property: The startTime of the operation.- Returns:
- the startTime value.
-
endTime
String endTime()Gets the endTime property: The endTime of the operation.- Returns:
- the endTime value.
-
type
String type()Gets the type property: The type of the long running operation.- Returns:
- the type value.
-
error
com.azure.core.management.exception.ManagementError error()Gets the error property: The details of the error.- Returns:
- the error value.
-
expiryTime
OffsetDateTime expiryTime()Gets the expiryTime property: The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z.- Returns:
- the expiryTime value.
-
validTill
OffsetDateTime validTill()Gets the validTill property: The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z.- Returns:
- the validTill value.
-
downloadUrl
String downloadUrl()Gets the downloadUrl property: The URL to download the generated report.- Returns:
- the downloadUrl value.
-
innerModel
GenerateDetailedCostReportOperationStatusesInner innerModel()Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.GenerateDetailedCostReportOperationStatusesInner object.- Returns:
- the inner object.
-