Share via


ManagedIntegrationRuntimeNodeStatus Struct

Definition

The managed integration runtime node status.

public readonly struct ManagedIntegrationRuntimeNodeStatus : IEquatable<Azure.ResourceManager.DataFactory.Models.ManagedIntegrationRuntimeNodeStatus>
type ManagedIntegrationRuntimeNodeStatus = struct
Public Structure ManagedIntegrationRuntimeNodeStatus
Implements IEquatable(Of ManagedIntegrationRuntimeNodeStatus)
Inheritance
ManagedIntegrationRuntimeNodeStatus
Implements

Constructors

ManagedIntegrationRuntimeNodeStatus(String)

Initializes a new instance of ManagedIntegrationRuntimeNodeStatus.

Properties

Available

Available.

Recycling

Recycling.

Starting

Starting.

Unavailable

Unavailable.

Methods

Equals(ManagedIntegrationRuntimeNodeStatus)

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(ManagedIntegrationRuntimeNodeStatus, ManagedIntegrationRuntimeNodeStatus)

Determines if two ManagedIntegrationRuntimeNodeStatus values are the same.

Implicit(String to ManagedIntegrationRuntimeNodeStatus)

Converts a string to a ManagedIntegrationRuntimeNodeStatus.

Inequality(ManagedIntegrationRuntimeNodeStatus, ManagedIntegrationRuntimeNodeStatus)

Determines if two ManagedIntegrationRuntimeNodeStatus values are not the same.

Applies to