Class ResourceProviderOperationInner


  • public final class ResourceProviderOperationInner
    extends Object
    Supported operation of this resource provider.
    • Constructor Detail

      • ResourceProviderOperationInner

        public ResourceProviderOperationInner()
    • Method Detail

      • 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.
      • isDataAction

        public Boolean isDataAction()
        Get the isDataAction property: The flag that indicates whether the operation applies to data plane.
        Returns:
        the isDataAction value.
      • origin

        public String origin()
        Get the origin property: Origin of the operation.
        Returns:
        the origin value.
      • validate

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