IntegrationRuntimeAutoUpdateState 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 state of integration runtime auto update.
public readonly struct IntegrationRuntimeAutoUpdateState : IEquatable<Azure.ResourceManager.DataFactory.Models.IntegrationRuntimeAutoUpdateState>
type IntegrationRuntimeAutoUpdateState = struct
Public Structure IntegrationRuntimeAutoUpdateState
Implements IEquatable(Of IntegrationRuntimeAutoUpdateState)
- Inheritance
-
IntegrationRuntimeAutoUpdateState
- Implements
Constructors
| IntegrationRuntimeAutoUpdateState(String) |
Initializes a new instance of IntegrationRuntimeAutoUpdateState. |
Properties
| Off |
Off. |
| On |
On. |
Methods
| Equals(IntegrationRuntimeAutoUpdateState) |
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(IntegrationRuntimeAutoUpdateState, IntegrationRuntimeAutoUpdateState) |
Determines if two IntegrationRuntimeAutoUpdateState values are the same. |
| Implicit(String to IntegrationRuntimeAutoUpdateState) |
Converts a String to a IntegrationRuntimeAutoUpdateState. |
| Inequality(IntegrationRuntimeAutoUpdateState, IntegrationRuntimeAutoUpdateState) |
Determines if two IntegrationRuntimeAutoUpdateState values are not the same. |