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