Interface Operation


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

    Modifier and Type
    Method
    Description
    Gets the display property: The object that represents the operation.
    Gets the inner com.azure.resourcemanager.mixedreality.fluent.models.OperationInner object.
    Gets the isDataAction property: Whether or not this is a data plane operation.
    Gets the name property: Operation name: {provider}/{resource}/{operation}.
    Gets the origin property: The origin.
    Gets the properties property: Properties of the operation.
  • Method Details

    • name

      String name()
      Gets the name property: Operation name: {provider}/{resource}/{operation}.
      Returns:
      the name value.
    • display

      OperationDisplay display()
      Gets the display property: The object that represents the operation.
      Returns:
      the display value.
    • isDataAction

      Boolean isDataAction()
      Gets the isDataAction property: Whether or not this is a data plane operation.
      Returns:
      the isDataAction value.
    • origin

      String origin()
      Gets the origin property: The origin.
      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.mixedreality.fluent.models.OperationInner object.
      Returns:
      the inner object.