Uses of Class
com.azure.resourcemanager.storage.models.ExecutionTarget
Packages that use ExecutionTarget
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of ExecutionTarget in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return ExecutionTargetModifier and TypeMethodDescriptionstatic ExecutionTargetExecutionTarget.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExecutionTarget from the JsonReader.StorageTaskAssignmentExecutionContext.target()Get the target property: Execution target of the storage task assignment.StorageTaskAssignmentUpdateExecutionContext.target()Get the target property: Execution target of the storage task assignment.ExecutionTarget.withExcludePrefix(List<String> excludePrefix) Set the excludePrefix property: List of object prefixes to be excluded from task execution.ExecutionTarget.withPrefix(List<String> prefix) Set the prefix property: Required list of object prefixes to be included for task execution.Methods in com.azure.resourcemanager.storage.models with parameters of type ExecutionTargetModifier and TypeMethodDescriptionStorageTaskAssignmentExecutionContext.withTarget(ExecutionTarget target) Set the target property: Execution target of the storage task assignment.StorageTaskAssignmentUpdateExecutionContext.withTarget(ExecutionTarget target) Set the target property: Execution target of the storage task assignment.