Class ExecutionTriggerUpdate

java.lang.Object
com.azure.resourcemanager.storage.models.ExecutionTriggerUpdate

public final class ExecutionTriggerUpdate extends Object
Execution trigger update for storage task assignment.
  • Constructor Details

    • ExecutionTriggerUpdate

      public ExecutionTriggerUpdate()
      Creates an instance of ExecutionTriggerUpdate class.
  • Method Details

    • type

      public TriggerType type()
      Get the type property: The trigger type of the storage task assignment execution.
      Returns:
      the type value.
    • withType

      public ExecutionTriggerUpdate withType(TriggerType type)
      Set the type property: The trigger type of the storage task assignment execution.
      Parameters:
      type - the type value to set.
      Returns:
      the ExecutionTriggerUpdate object itself.
    • parameters

      public TriggerParametersUpdate parameters()
      Get the parameters property: The trigger parameters of the storage task assignment execution.
      Returns:
      the parameters value.
    • withParameters

      public ExecutionTriggerUpdate withParameters(TriggerParametersUpdate parameters)
      Set the parameters property: The trigger parameters of the storage task assignment execution.
      Parameters:
      parameters - the parameters value to set.
      Returns:
      the ExecutionTriggerUpdate object itself.
    • validate

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