ExecutionTrigger Class
- java.
lang. Object - com.
azure. resourcemanager. storage. models. ExecutionTrigger
- com.
Implements
public final class ExecutionTrigger
implements JsonSerializable<ExecutionTrigger>
Execution trigger for storage task assignment.
Constructor Summary
Constructor | Description |
---|---|
ExecutionTrigger() |
Creates an instance of Execution |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Execution |
fromJson(JsonReader jsonReader)
Reads an instance of Execution |
Trigger |
parameters()
Get the parameters property: The trigger parameters of the storage task assignment execution. |
Json |
toJson(JsonWriter jsonWriter) |
Trigger |
type()
Get the type property: The trigger type of the storage task assignment execution. |
void |
validate()
Validates the instance. |
Execution |
withParameters(TriggerParameters parameters)
Set the parameters property: The trigger parameters of the storage task assignment execution. |
Execution |
withType(TriggerType type)
Set the type property: The trigger type of the storage task assignment execution. |
Methods inherited from java.lang.Object
Constructor Details
ExecutionTrigger
public ExecutionTrigger()
Creates an instance of ExecutionTrigger class.
Method Details
fromJson
public static ExecutionTrigger fromJson(JsonReader jsonReader)
Reads an instance of ExecutionTrigger from the JsonReader.
Parameters:
Returns:
Throws:
parameters
public TriggerParameters parameters()
Get the parameters property: The trigger parameters of the storage task assignment execution.
Returns:
toJson
type
public TriggerType type()
Get the type property: The trigger type of the storage task assignment execution.
Returns:
validate
public void validate()
Validates the instance.
withParameters
public ExecutionTrigger withParameters(TriggerParameters parameters)
Set the parameters property: The trigger parameters of the storage task assignment execution.
Parameters:
Returns:
withType
public ExecutionTrigger withType(TriggerType type)
Set the type property: The trigger type of the storage task assignment execution.
Parameters:
Returns:
Applies to
Azure SDK for Java