Share via


SynapseSelfHostedIntegrationRuntimeNodeStatus Struct

Definition

Status of the integration runtime node.

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

Constructors

SynapseSelfHostedIntegrationRuntimeNodeStatus(String)

Initializes a new instance of SynapseSelfHostedIntegrationRuntimeNodeStatus.

Properties

InitializeFailed

InitializeFailed.

Initializing

Initializing.

Limited

Limited.

NeedRegistration

NeedRegistration.

Offline

Offline.

Online

Online.

Upgrading

Upgrading.

Methods

Equals(SynapseSelfHostedIntegrationRuntimeNodeStatus)

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

Determines if two SynapseSelfHostedIntegrationRuntimeNodeStatus values are the same.

Implicit(String to SynapseSelfHostedIntegrationRuntimeNodeStatus)

Converts a string to a SynapseSelfHostedIntegrationRuntimeNodeStatus.

Inequality(SynapseSelfHostedIntegrationRuntimeNodeStatus, SynapseSelfHostedIntegrationRuntimeNodeStatus)

Determines if two SynapseSelfHostedIntegrationRuntimeNodeStatus values are not the same.

Applies to