IntegrationRuntimeState 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 state of integration runtime.
public readonly struct IntegrationRuntimeState : IEquatable<Azure.ResourceManager.DataFactory.Models.IntegrationRuntimeState>
type IntegrationRuntimeState = struct
Public Structure IntegrationRuntimeState
Implements IEquatable(Of IntegrationRuntimeState)
- Inheritance
-
IntegrationRuntimeState
- Implements
Constructors
IntegrationRuntimeState(String) |
Initializes a new instance of IntegrationRuntimeState. |
Properties
AccessDenied |
AccessDenied. |
Initial |
Initial. |
Limited |
Limited. |
NeedRegistration |
NeedRegistration. |
Offline |
Offline. |
Online |
Online. |
Started |
Started. |
Starting |
Starting. |
Stopped |
Stopped. |
Stopping |
Stopping. |
Methods
Equals(IntegrationRuntimeState) |
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(IntegrationRuntimeState, IntegrationRuntimeState) |
Determines if two IntegrationRuntimeState values are the same. |
Implicit(String to IntegrationRuntimeState) |
Converts a String to a IntegrationRuntimeState. |
Inequality(IntegrationRuntimeState, IntegrationRuntimeState) |
Determines if two IntegrationRuntimeState values are not the same. |
Applies to
Azure SDK for .NET