IntegrationRuntimeState Struct

Definition

The state of integration runtime.

public readonly struct IntegrationRuntimeState : IEquatable<Azure.Analytics.Synapse.Artifacts.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