Interface OperationStatus


public interface OperationStatus
An immutable client-side representation of OperationStatus.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.OperationStatusInner object.
    Gets the reportUrl property: The CSV file from the reportUrl blob link consists of reservation usage data with the following schema at daily granularity.
    Gets the status property: The status of the long running operation.
    Gets the validUntil property: The time at which report URL becomes invalid.
  • Method Details

    • status

      Gets the status property: The status of the long running operation.
      Returns:
      the status value.
    • reportUrl

      Gets 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.
    • validUntil

      OffsetDateTime validUntil()
      Gets the validUntil property: The time at which report URL becomes invalid.
      Returns:
      the validUntil value.
    • innerModel

      OperationStatusInner innerModel()
      Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.OperationStatusInner object.
      Returns:
      the inner object.