Uses of Class
com.azure.resourcemanager.storage.models.ExecutionTriggerUpdate
Packages that use ExecutionTriggerUpdate
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of ExecutionTriggerUpdate in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return ExecutionTriggerUpdateModifier and TypeMethodDescriptionStorageTaskAssignmentUpdateExecutionContext.trigger()Get the trigger property: Execution trigger of the storage task assignment.ExecutionTriggerUpdate.withParameters(TriggerParametersUpdate parameters) Set the parameters property: The trigger parameters of the storage task assignment execution.ExecutionTriggerUpdate.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 ExecutionTriggerUpdateModifier and TypeMethodDescriptionStorageTaskAssignmentUpdateExecutionContext.withTrigger(ExecutionTriggerUpdate trigger) Set the trigger property: Execution trigger of the storage task assignment.