Interface OperationValue


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

    Modifier and Type
    Method
    Description
    Gets the display property: Display properties.
    Gets the inner com.azure.resourcemanager.hybridcompute.fluent.models.OperationValueInner object.
    Gets the name property: The name of the compute operation.
    Gets the origin property: The origin of the compute operation.
  • Method Details

    • origin

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

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

      Gets the display property: Display properties.
      Returns:
      the display value.
    • innerModel

      OperationValueInner innerModel()
      Gets the inner com.azure.resourcemanager.hybridcompute.fluent.models.OperationValueInner object.
      Returns:
      the inner object.