Interface Operation


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

    Modifier and Type
    Method
    Description
    Gets the display property: Contains the localized display information for this operation.
    Gets the inner com.azure.resourcemanager.avs.fluent.models.OperationInner object.
    Gets the isDataAction property: Gets or sets a value indicating whether the operation is a data action or not.
    Gets the name property: Name of the operation being performed on this object.
    Gets the origin property: Origin of the operation.
    Gets the properties property: Properties of the operation.
  • Method Details

    • name

      String name()
      Gets the name property: Name of the operation being performed on this object.
      Returns:
      the name value.
    • display

      OperationDisplay display()
      Gets the display property: Contains the localized display information for this operation.
      Returns:
      the display value.
    • isDataAction

      Boolean isDataAction()
      Gets the isDataAction property: Gets or sets a value indicating whether the operation is a data action or not.
      Returns:
      the isDataAction value.
    • origin

      String origin()
      Gets the origin property: Origin of the operation.
      Returns:
      the origin value.
    • properties

      OperationProperties properties()
      Gets the properties property: Properties of the operation.
      Returns:
      the properties value.
    • innerModel

      OperationInner innerModel()
      Gets the inner com.azure.resourcemanager.avs.fluent.models.OperationInner object.
      Returns:
      the inner object.