IncrementalDataRefresh 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.
Whether IncrementalDataRefresh is enabled.
public readonly struct IncrementalDataRefresh : IEquatable<Azure.ResourceManager.MachineLearning.Models.IncrementalDataRefresh>
type IncrementalDataRefresh = struct
Public Structure IncrementalDataRefresh
Implements IEquatable(Of IncrementalDataRefresh)
- Inheritance
-
IncrementalDataRefresh
- Implements
Constructors
IncrementalDataRefresh(String) |
Initializes a new instance of IncrementalDataRefresh. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
Equals(IncrementalDataRefresh) |
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(IncrementalDataRefresh, IncrementalDataRefresh) |
Determines if two IncrementalDataRefresh values are the same. |
Implicit(String to IncrementalDataRefresh) |
Converts a string to a IncrementalDataRefresh. |
Inequality(IncrementalDataRefresh, IncrementalDataRefresh) |
Determines if two IncrementalDataRefresh values are not the same. |
Applies to
Azure SDK for .NET