Interface AscOperation


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

    Modifier and Type
    Method
    Description
    Gets the endTime property: The end time of the operation.
    Gets the error property: The error detail of the operation if any.
    id()
    Gets the id property: The operation Id.
    Gets the inner com.azure.resourcemanager.storagecache.fluent.models.AscOperationInner object.
    Gets the name property: The operation name.
    Gets the output property: Additional operation-specific output.
    Gets the startTime property: The start time of the operation.
    Gets the status property: The status of the operation.
  • Method Details

    • id

      String id()
      Gets the id property: The operation Id.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The operation name.
      Returns:
      the name value.
    • startTime

      String startTime()
      Gets the startTime property: The start time of the operation.
      Returns:
      the startTime value.
    • endTime

      String endTime()
      Gets the endTime property: The end time of the operation.
      Returns:
      the endTime value.
    • status

      String status()
      Gets the status property: The status of the operation.
      Returns:
      the status value.
    • error

      ErrorResponse error()
      Gets the error property: The error detail of the operation if any.
      Returns:
      the error value.
    • output

      Map<String,Object> output()
      Gets the output property: Additional operation-specific output.
      Returns:
      the output value.
    • innerModel

      AscOperationInner innerModel()
      Gets the inner com.azure.resourcemanager.storagecache.fluent.models.AscOperationInner object.
      Returns:
      the inner object.