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
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type StorageTaskAssignmentExecutionContextModifier and TypeClassDescriptionfinal classExecution context of the storage task assignment.Methods in com.azure.resourcemanager.storage.models that return StorageTaskAssignmentExecutionContextModifier and TypeMethodDescriptionStorageTaskAssignmentProperties.executionContext()Get the executionContext property: The storage task assignment execution context.StorageTaskAssignmentExecutionContext.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of StorageTaskAssignmentExecutionContext from the JsonReader.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.