IncrementalDataRefresh Struct

Definition

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