Share via


IntegrationRuntimeUpdateResult Struct

Definition

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