java.lang.Object
com.microsoft.azure.management.containerinstance.Operation

public class Operation extends Object
An operation for Azure Container Instance service.
  • Constructor Details

    • Operation

      public Operation()
  • Method Details

    • name

      public String name()
      Get the name of the operation.
      Returns:
      the name value
    • withName

      public Operation withName(String name)
      Set the name of the operation.
      Parameters:
      name - the name value to set
      Returns:
      the Operation object itself.
    • display

      public OperationDisplay display()
      Get the display information of the operation.
      Returns:
      the display value
    • withDisplay

      public Operation withDisplay(OperationDisplay display)
      Set the display information of the operation.
      Parameters:
      display - the display value to set
      Returns:
      the Operation object itself.
    • properties

      public Object properties()
      Get the additional properties.
      Returns:
      the properties value
    • withProperties

      public Operation withProperties(Object properties)
      Set the additional properties.
      Parameters:
      properties - the properties value to set
      Returns:
      the Operation object itself.
    • origin

      Get the intended executor of the operation. Possible values include: 'User', 'System'.
      Returns:
      the origin value
    • withOrigin

      public Operation withOrigin(ContainerInstanceOperationsOrigin origin)
      Set the intended executor of the operation. Possible values include: 'User', 'System'.
      Parameters:
      origin - the origin value to set
      Returns:
      the Operation object itself.