Class ResourceProviderOperationInner


  • public final class ResourceProviderOperationInner
    extends Object
    Results of the request to list operations.
    • Constructor Detail

      • ResourceProviderOperationInner

        public ResourceProviderOperationInner()
    • Method Detail

      • isDataAction

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

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

        public String name()
        Get the name property: Operation name, in format of {provider}/{resource}/{operation}.
        Returns:
        the name value.
      • withName

        public ResourceProviderOperationInner withName​(String name)
        Set the name property: Operation name, in format of {provider}/{resource}/{operation}.
        Parameters:
        name - the name value to set.
        Returns:
        the ResourceProviderOperationInner object itself.
      • display

        public ResourceProviderOperationDisplay display()
        Get the display property: Display metadata associated with the operation.
        Returns:
        the display value.
      • validate

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