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