MapperPolicyRecurrenceFrequencyType Struct
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.
Frequency of period in terms of 'Hour', 'Minute' or 'Second'.
public readonly struct MapperPolicyRecurrenceFrequencyType : IEquatable<Azure.ResourceManager.DataFactory.Models.MapperPolicyRecurrenceFrequencyType>
type MapperPolicyRecurrenceFrequencyType = struct
Public Structure MapperPolicyRecurrenceFrequencyType
Implements IEquatable(Of MapperPolicyRecurrenceFrequencyType)
- Inheritance
-
MapperPolicyRecurrenceFrequencyType
- Implements
Constructors
MapperPolicyRecurrenceFrequencyType(String) |
Initializes a new instance of MapperPolicyRecurrenceFrequencyType. |
Properties
Hour |
Hour. |
Minute |
Minute. |
Second |
Second. |
Methods
Equals(MapperPolicyRecurrenceFrequencyType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(MapperPolicyRecurrenceFrequencyType, MapperPolicyRecurrenceFrequencyType) |
Determines if two MapperPolicyRecurrenceFrequencyType values are the same. |
Implicit(String to MapperPolicyRecurrenceFrequencyType) |
Converts a String to a MapperPolicyRecurrenceFrequencyType. |
Inequality(MapperPolicyRecurrenceFrequencyType, MapperPolicyRecurrenceFrequencyType) |
Determines if two MapperPolicyRecurrenceFrequencyType values are not the same. |
Applies to
Azure SDK for .NET