Class OperationInner


  • public final class OperationInner
    extends Object
    Object that describes a single Microsoft.MobileNetwork operation.
    • Constructor Detail

      • OperationInner

        public OperationInner()
    • Method Detail

      • isDataAction

        public Boolean isDataAction()
        Get the isDataAction property: Indicates whether the operation applies to data-plane.
        Returns:
        the isDataAction value.
      • withIsDataAction

        public OperationInner withIsDataAction​(Boolean isDataAction)
        Set the isDataAction property: Indicates whether the operation applies to data-plane.
        Parameters:
        isDataAction - the isDataAction value to set.
        Returns:
        the OperationInner object itself.
      • name

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

        public OperationDisplay display()
        Get the display property: The object that represents the operation.
        Returns:
        the display value.
      • validate

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