DataFactoryPipelineRunEntityInfo 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.
Provides entity name and id that started the pipeline run.
public class DataFactoryPipelineRunEntityInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.DataFactoryPipelineRunEntityInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.DataFactoryPipelineRunEntityInfo>
public class DataFactoryPipelineRunEntityInfo
type DataFactoryPipelineRunEntityInfo = class
interface IJsonModel<DataFactoryPipelineRunEntityInfo>
interface IPersistableModel<DataFactoryPipelineRunEntityInfo>
type DataFactoryPipelineRunEntityInfo = class
Public Class DataFactoryPipelineRunEntityInfo
Implements IJsonModel(Of DataFactoryPipelineRunEntityInfo), IPersistableModel(Of DataFactoryPipelineRunEntityInfo)
Public Class DataFactoryPipelineRunEntityInfo
- Inheritance
-
DataFactoryPipelineRunEntityInfo
- Implements
Properties
Id |
The ID of the entity that started the run. |
InvokedByType |
The type of the entity that started the run. |
Name |
Name of the entity that started the pipeline run. |
PipelineName |
The name of the pipeline that triggered the run, if any. |
PipelineRunId |
The run id of the pipeline that triggered the run, if any. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DataFactoryPipelineRunEntityInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DataFactoryPipelineRunEntityInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DataFactoryPipelineRunEntityInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DataFactoryPipelineRunEntityInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DataFactoryPipelineRunEntityInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET