DataFactoryLogSettings 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.
Log settings.
public class DataFactoryLogSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.DataFactoryLogSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.DataFactoryLogSettings>
public class DataFactoryLogSettings
type DataFactoryLogSettings = class
interface IJsonModel<DataFactoryLogSettings>
interface IPersistableModel<DataFactoryLogSettings>
type DataFactoryLogSettings = class
Public Class DataFactoryLogSettings
Implements IJsonModel(Of DataFactoryLogSettings), IPersistableModel(Of DataFactoryLogSettings)
Public Class DataFactoryLogSettings
- Inheritance
-
DataFactoryLogSettings
- Implements
Constructors
DataFactoryLogSettings(LogLocationSettings) |
Initializes a new instance of DataFactoryLogSettings. |
Properties
CopyActivityLogSettings |
Specifies settings for copy activity log. |
EnableCopyActivityLog |
Specifies whether to enable copy activity log. Type: boolean (or Expression with resultType boolean). |
LogLocationSettings |
Log location settings customer needs to provide when enabling log. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DataFactoryLogSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DataFactoryLogSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DataFactoryLogSettings>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DataFactoryLogSettings>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DataFactoryLogSettings>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET