Share via


SelfHostedIntegrationRuntimeNodeStatus Struct

Definition

Status of the integration runtime node.

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

Constructors

SelfHostedIntegrationRuntimeNodeStatus(String)

Initializes a new instance of SelfHostedIntegrationRuntimeNodeStatus.

Properties

InitializeFailed

InitializeFailed.

Initializing

Initializing.

Limited

Limited.

NeedRegistration

NeedRegistration.

Offline

Offline.

Online

Online.

Upgrading

Upgrading.

Methods

Equals(SelfHostedIntegrationRuntimeNodeStatus)

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

Determines if two SelfHostedIntegrationRuntimeNodeStatus values are the same.

Implicit(String to SelfHostedIntegrationRuntimeNodeStatus)

Converts a string to a SelfHostedIntegrationRuntimeNodeStatus.

Inequality(SelfHostedIntegrationRuntimeNodeStatus, SelfHostedIntegrationRuntimeNodeStatus)

Determines if two SelfHostedIntegrationRuntimeNodeStatus values are not the same.

Applies to