SynapseIntegrationRuntimeUpdateResult 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 result of the last integration runtime node update.
public readonly struct SynapseIntegrationRuntimeUpdateResult : IEquatable<Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeUpdateResult>
type SynapseIntegrationRuntimeUpdateResult = struct
Public Structure SynapseIntegrationRuntimeUpdateResult
Implements IEquatable(Of SynapseIntegrationRuntimeUpdateResult)
- Inheritance
-
SynapseIntegrationRuntimeUpdateResult
- Implements
Constructors
SynapseIntegrationRuntimeUpdateResult(String) |
Initializes a new instance of SynapseIntegrationRuntimeUpdateResult. |
Properties
Fail |
Fail. |
None |
None. |
Succeed |
Succeed. |
Methods
Equals(SynapseIntegrationRuntimeUpdateResult) |
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(SynapseIntegrationRuntimeUpdateResult, SynapseIntegrationRuntimeUpdateResult) |
Determines if two SynapseIntegrationRuntimeUpdateResult values are the same. |
Implicit(String to SynapseIntegrationRuntimeUpdateResult) |
Converts a string to a SynapseIntegrationRuntimeUpdateResult. |
Inequality(SynapseIntegrationRuntimeUpdateResult, SynapseIntegrationRuntimeUpdateResult) |
Determines if two SynapseIntegrationRuntimeUpdateResult values are not the same. |