Uses of Class
com.azure.resourcemanager.storage.models.StorageTaskAssignmentExecutionContext
Packages that use StorageTaskAssignmentExecutionContext
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of StorageTaskAssignmentExecutionContext in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return StorageTaskAssignmentExecutionContextModifier and TypeMethodDescriptionStorageTaskAssignmentProperties.executionContext()Get the executionContext property: The storage task assignment execution context.StorageTaskAssignmentExecutionContext.withTarget(ExecutionTarget target) Set the target property: Execution target of the storage task assignment.StorageTaskAssignmentExecutionContext.withTrigger(ExecutionTrigger trigger) Set the trigger property: Execution trigger of the storage task assignment.Methods in com.azure.resourcemanager.storage.models with parameters of type StorageTaskAssignmentExecutionContextModifier and TypeMethodDescriptionStorageTaskAssignmentProperties.withExecutionContext(StorageTaskAssignmentExecutionContext executionContext) Set the executionContext property: The storage task assignment execution context.