Freigeben über


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

Name Description
IntegrationRuntimeUpdateResult(String)

Initializes a new instance of IntegrationRuntimeUpdateResult.

Properties

Name Description
Fail

Fail.

None

None.

Succeed

Succeed.

Methods

Name Description
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

Name Description
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