Interface Operation


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

      • id

        String id()
        Gets the id property: Operation Id.
        Returns:
        the id value.
      • 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.
      • innerModel

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