Condividi tramite


SynapseManagedIntegrationRuntimeNodeStatus Struct

Definition

The managed integration runtime node status.

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

Constructors

Name Description
SynapseManagedIntegrationRuntimeNodeStatus(String)

Initializes a new instance of SynapseManagedIntegrationRuntimeNodeStatus.

Properties

Name Description
Available

Available.

Recycling

Recycling.

Starting

Starting.

Unavailable

Unavailable.

Methods

Name Description
Equals(SynapseManagedIntegrationRuntimeNodeStatus)

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

Determines if two SynapseManagedIntegrationRuntimeNodeStatus values are the same.

Implicit(String to SynapseManagedIntegrationRuntimeNodeStatus)

Converts a String to a SynapseManagedIntegrationRuntimeNodeStatus.

Inequality(SynapseManagedIntegrationRuntimeNodeStatus, SynapseManagedIntegrationRuntimeNodeStatus)

Determines if two SynapseManagedIntegrationRuntimeNodeStatus values are not the same.

Applies to