Class ResourceProviderOperationDefinitionInner


  • public final class ResourceProviderOperationDefinitionInner
    extends Object
    Describes the Resource Provider Operation.
    • Constructor Detail

      • ResourceProviderOperationDefinitionInner

        public ResourceProviderOperationDefinitionInner()
    • Method Detail

      • name

        public String name()
        Get the name property: Resource provider operation name.
        Returns:
        the name value.
      • withName

        public ResourceProviderOperationDefinitionInner withName​(String name)
        Set the name property: Resource provider operation name.
        Parameters:
        name - the name value to set.
        Returns:
        the ResourceProviderOperationDefinitionInner object itself.
      • isDataAction

        public Boolean isDataAction()
        Get the isDataAction property: Indicates whether the operation is data action or not.
        Returns:
        the isDataAction value.
      • withIsDataAction

        public ResourceProviderOperationDefinitionInner withIsDataAction​(Boolean isDataAction)
        Set the isDataAction property: Indicates whether the operation is data action or not.
        Parameters:
        isDataAction - the isDataAction value to set.
        Returns:
        the ResourceProviderOperationDefinitionInner object itself.
      • validate

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