Uses of Class
com.azure.resourcemanager.storage.models.ExecutionTrigger
Packages that use ExecutionTrigger
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of ExecutionTrigger in com.azure.resourcemanager.storage.models
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type ExecutionTriggerModifier and TypeClassDescriptionfinal classExecution trigger for storage task assignment.Methods in com.azure.resourcemanager.storage.models that return ExecutionTriggerModifier and TypeMethodDescriptionstatic ExecutionTriggerExecutionTrigger.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExecutionTrigger from the JsonReader.StorageTaskAssignmentExecutionContext.trigger()Get the trigger property: Execution trigger of the storage task assignment.ExecutionTrigger.withParameters(TriggerParameters parameters) Set the parameters property: The trigger parameters of the storage task assignment execution.ExecutionTrigger.withType(TriggerType type) Set the type property: The trigger type of the storage task assignment execution.Methods in com.azure.resourcemanager.storage.models with parameters of type ExecutionTriggerModifier and TypeMethodDescriptionStorageTaskAssignmentExecutionContext.withTrigger(ExecutionTrigger trigger) Set the trigger property: Execution trigger of the storage task assignment.