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