ManagedIntegrationRuntimeNodeStatus 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 ManagedIntegrationRuntimeNodeStatus : IEquatable<Azure.ResourceManager.DataFactory.Models.ManagedIntegrationRuntimeNodeStatus>
type ManagedIntegrationRuntimeNodeStatus = struct
Public Structure ManagedIntegrationRuntimeNodeStatus
Implements IEquatable(Of ManagedIntegrationRuntimeNodeStatus)
- Inheritance
-
ManagedIntegrationRuntimeNodeStatus
- Implements
Constructors
ManagedIntegrationRuntimeNodeStatus(String) |
Initializes a new instance of ManagedIntegrationRuntimeNodeStatus. |
Properties
Available |
Available. |
Recycling |
Recycling. |
Starting |
Starting. |
Unavailable |
Unavailable. |
Methods
Equals(ManagedIntegrationRuntimeNodeStatus) |
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(ManagedIntegrationRuntimeNodeStatus, ManagedIntegrationRuntimeNodeStatus) |
Determines if two ManagedIntegrationRuntimeNodeStatus values are the same. |
Implicit(String to ManagedIntegrationRuntimeNodeStatus) |
Converts a String to a ManagedIntegrationRuntimeNodeStatus. |
Inequality(ManagedIntegrationRuntimeNodeStatus, ManagedIntegrationRuntimeNodeStatus) |
Determines if two ManagedIntegrationRuntimeNodeStatus values are not the same. |
Applies to
Azure SDK for .NET