LookupActivity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lookup activity.
public class LookupActivity : Azure.ResourceManager.DataFactory.Models.ExecutionActivity, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.LookupActivity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.LookupActivity>
public class LookupActivity : Azure.ResourceManager.DataFactory.Models.ExecutionActivity
type LookupActivity = class
inherit ExecutionActivity
interface IJsonModel<LookupActivity>
interface IPersistableModel<LookupActivity>
type LookupActivity = class
inherit ExecutionActivity
Public Class LookupActivity
Inherits ExecutionActivity
Implements IJsonModel(Of LookupActivity), IPersistableModel(Of LookupActivity)
Public Class LookupActivity
Inherits ExecutionActivity
- Inheritance
- Implements
Constructors
LookupActivity(String, CopyActivitySource, DatasetReference) |
Initializes a new instance of LookupActivity. |
Properties
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ExecutionActivity) |
Explicit Interface Implementations
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET