DataFactoryDebugInfo 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.
Azure Data Factory nested debug resource.
public class DataFactoryDebugInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.DataFactoryDebugInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.DataFactoryDebugInfo>
public class DataFactoryDebugInfo
type DataFactoryDebugInfo = class
interface IJsonModel<DataFactoryDebugInfo>
interface IPersistableModel<DataFactoryDebugInfo>
type DataFactoryDebugInfo = class
Public Class DataFactoryDebugInfo
Implements IJsonModel(Of DataFactoryDebugInfo), IPersistableModel(Of DataFactoryDebugInfo)
Public Class DataFactoryDebugInfo
- Inheritance
-
DataFactoryDebugInfo
- Derived
- Implements
Constructors
DataFactoryDebugInfo() |
Initializes a new instance of DataFactoryDebugInfo. |
Properties
Name |
The resource name. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DataFactoryDebugInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DataFactoryDebugInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DataFactoryDebugInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DataFactoryDebugInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DataFactoryDebugInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET