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 particular operation or action.
    Gets the inner com.azure.resourcemanager.azurestack.fluent.models.OperationInner object.
    Gets the name property: The name of the operation being performed on this particular object.
    Gets the origin property: The intended executor of the operation.
  • Method Details

    • name

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

      Display display()
      Gets the display property: Contains the localized display information for this particular operation or action.
      Returns:
      the display value.
    • origin

      String origin()
      Gets the origin property: The intended executor of the operation.
      Returns:
      the origin value.
    • innerModel

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