DataConnectionFrequency 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.
The rate at which the data connection will receive updates.
public readonly struct DataConnectionFrequency : IEquatable<Azure.Analytics.Defender.Easm.DataConnectionFrequency>
type DataConnectionFrequency = struct
Public Structure DataConnectionFrequency
Implements IEquatable(Of DataConnectionFrequency)
- Inheritance
-
DataConnectionFrequency
- Implements
Constructors
DataConnectionFrequency(String) |
Initializes a new instance of DataConnectionFrequency. |
Properties
Daily |
daily. |
Monthly |
monthly. |
Weekly |
weekly. |
Methods
Equals(DataConnectionFrequency) |
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(DataConnectionFrequency, DataConnectionFrequency) |
Determines if two DataConnectionFrequency values are the same. |
Implicit(String to DataConnectionFrequency) |
Converts a string to a DataConnectionFrequency. |
Inequality(DataConnectionFrequency, DataConnectionFrequency) |
Determines if two DataConnectionFrequency values are not the same. |
Applies to
Azure SDK for .NET