Interface Operation


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

    Modifier and Type
    Method
    Description
    Gets the display property: Display name of the operation.
    Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.OperationInner object.
    Gets the isDataAction property: This Boolean is used to determine if the operation is a data plane action or not.
    Gets the name property: Name of the operation.
    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.
      Returns:
      the name value.
    • display

      OperationInfo display()
      Gets the display property: Display name of the operation.
      Returns:
      the display value.
    • origin

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

      Boolean isDataAction()
      Gets the isDataAction property: This Boolean is used to determine if the operation is a data plane action or not.
      Returns:
      the isDataAction value.
    • properties

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

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