Class OperationValueInner

java.lang.Object
com.azure.resourcemanager.hybridcompute.fluent.models.OperationValueInner

public final class OperationValueInner extends Object
Describes the properties of a Compute Operation value.
  • Constructor Details

    • OperationValueInner

      public OperationValueInner()
      Creates an instance of OperationValueInner class.
  • Method Details

    • origin

      public String origin()
      Get the origin property: The origin of the compute operation.
      Returns:
      the origin value.
    • name

      public String name()
      Get the name property: The name of the compute operation.
      Returns:
      the name value.
    • display

      public OperationValueDisplay display()
      Get the display property: Display properties.
      Returns:
      the display value.
    • withDisplay

      public OperationValueInner withDisplay(OperationValueDisplay display)
      Set the display property: Display properties.
      Parameters:
      display - the display value to set.
      Returns:
      the OperationValueInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.