PipelineCreateRunResult Class

Definition

Response body with a run identifier.

public class PipelineCreateRunResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.PipelineCreateRunResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.PipelineCreateRunResult>
public class PipelineCreateRunResult
type PipelineCreateRunResult = class
    interface IJsonModel<PipelineCreateRunResult>
    interface IPersistableModel<PipelineCreateRunResult>
type PipelineCreateRunResult = class
Public Class PipelineCreateRunResult
Implements IJsonModel(Of PipelineCreateRunResult), IPersistableModel(Of PipelineCreateRunResult)
Public Class PipelineCreateRunResult
Inheritance
PipelineCreateRunResult
Implements

Properties

RunId

Identifier of a run.

Explicit Interface Implementations

IJsonModel<PipelineCreateRunResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<PipelineCreateRunResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PipelineCreateRunResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PipelineCreateRunResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<PipelineCreateRunResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to