Class ExecutionTriggerUpdate
java.lang.Object
com.azure.resourcemanager.storage.models.ExecutionTriggerUpdate
Execution trigger update for storage task assignment.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ExecutionTriggerUpdate class. -
Method Summary
Modifier and TypeMethodDescriptionGet the parameters property: The trigger parameters of the storage task assignment execution.type()Get the type property: The trigger type of the storage task assignment execution.voidvalidate()Validates the instance.withParameters(TriggerParametersUpdate parameters) Set the parameters property: The trigger parameters of the storage task assignment execution.withType(TriggerType type) Set the type property: The trigger type of the storage task assignment execution.
-
Constructor Details
-
ExecutionTriggerUpdate
public ExecutionTriggerUpdate()Creates an instance of ExecutionTriggerUpdate class.
-
-
Method Details
-
type
Get the type property: The trigger type of the storage task assignment execution.- Returns:
- the type value.
-
withType
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
Get the parameters property: The trigger parameters of the storage task assignment execution.- Returns:
- the parameters value.
-
withParameters
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.
-