MapperPolicyRecurrence Class
CDC policy recurrence details.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelMapperPolicyRecurrence
Constructor
MapperPolicyRecurrence(*, frequency: str | _models.FrequencyType | None = None, interval: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
frequency
|
str or
FrequencyType
Frequency of period in terms of 'Hour', 'Minute' or 'Second'. Known values are: "Hour", "Minute", and "Second". |
interval
|
Actual interval value as per chosen frequency. |
Variables
Name | Description |
---|---|
frequency
|
str or
FrequencyType
Frequency of period in terms of 'Hour', 'Minute' or 'Second'. Known values are: "Hour", "Minute", and "Second". |
interval
|
Actual interval value as per chosen frequency. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python