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