SynapseSelfHostedIntegrationRuntimeNodeStatus 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.
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
Azure SDK for .NET