Dela via


MapperPolicyRecurrence Class

Definition

CDC policy recurrence details.

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

Constructors

MapperPolicyRecurrence()

Initializes a new instance of MapperPolicyRecurrence.

Properties

Frequency

Frequency of period in terms of 'Hour', 'Minute' or 'Second'.

Interval

Actual interval value as per chosen frequency.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MapperPolicyRecurrence>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MapperPolicyRecurrence>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MapperPolicyRecurrence>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MapperPolicyRecurrence>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MapperPolicyRecurrence>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to