Class TriggerResourceInner


  • public final class TriggerResourceInner
    extends com.azure.core.management.SubResource
    Trigger resource type.
    • Constructor Detail

      • TriggerResourceInner

        public TriggerResourceInner()
    • Method Detail

      • properties

        public Trigger properties()
        Get the properties property: Properties of the trigger.
        Returns:
        the properties value.
      • withProperties

        public TriggerResourceInner withProperties​(Trigger properties)
        Set the properties property: Properties of the trigger.
        Parameters:
        properties - the properties value to set.
        Returns:
        the TriggerResourceInner object itself.
      • name

        public String name()
        Get the name property: The resource name.
        Returns:
        the name value.
      • type

        public String type()
        Get the type property: The resource type.
        Returns:
        the type value.
      • etag

        public String etag()
        Get the etag property: Etag identifies change in the resource.
        Returns:
        the etag value.
      • validate

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