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
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type ExecutionTriggerUpdateModifier and TypeClassDescriptionfinal classExecution trigger update for storage task assignment.Methods in com.azure.resourcemanager.storage.models that return ExecutionTriggerUpdateModifier and TypeMethodDescriptionstatic ExecutionTriggerUpdateExecutionTriggerUpdate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExecutionTriggerUpdate from the JsonReader.StorageTaskAssignmentUpdateExecutionContext.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.