Interface Operation


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

    Modifier and Type
    Method
    Description
    Gets the display property: Security operation display.
    Gets the inner com.azure.resourcemanager.security.fluent.models.OperationInner object.
    Gets the name property: Name of the operation.
    Gets the origin property: Where the operation is originated.
  • Method Details

    • name

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

      String origin()
      Gets the origin property: Where the operation is originated.
      Returns:
      the origin value.
    • display

      OperationDisplay display()
      Gets the display property: Security operation display.
      Returns:
      the display value.
    • innerModel

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