Class OperationDetailInner


  • public final class OperationDetailInner
    extends Object
    Service REST API operation.
    • Constructor Detail

      • OperationDetailInner

        public OperationDetailInner()
    • Method Detail

      • name

        public String name()
        Get the name property: Name of the operation.
        Returns:
        the name value.
      • isDataAction

        public Boolean isDataAction()
        Get the isDataAction property: Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
        Returns:
        the isDataAction value.
      • display

        public OperationDisplay display()
        Get the display property: Display of the operation.
        Returns:
        the display value.
      • withDisplay

        public OperationDetailInner withDisplay​(OperationDisplay display)
        Set the display property: Display of the operation.
        Parameters:
        display - the display value to set.
        Returns:
        the OperationDetailInner object itself.
      • origin

        public String origin()
        Get the origin property: Default value is 'user,system'.
        Returns:
        the origin value.
      • actionType

        public ActionType actionType()
        Get the actionType property: Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
        Returns:
        the actionType value.
      • properties

        public OperationProperties properties()
        Get the properties property: Properties of the operation.
        Returns:
        the properties value.
      • withProperties

        public OperationDetailInner withProperties​(OperationProperties properties)
        Set the properties property: Properties of the operation.
        Parameters:
        properties - the properties value to set.
        Returns:
        the OperationDetailInner object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.