SynapseManagedIntegrationRuntimeNodeStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
SynapseManagedIntegrationRuntimeNodeStatus(String) |
Initializes a new instance of SynapseManagedIntegrationRuntimeNodeStatus. |
Properties
Available |
Available. |
Recycling |
Recycling. |
Starting |
Starting. |
Unavailable |
Unavailable. |
Methods
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
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
Azure SDK for .NET