Share via


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

Name Description
IntegrationRuntimeState(String)

Initializes a new instance of IntegrationRuntimeState.

Properties

Name Description
AccessDenied

AccessDenied.

Initial

Initial.

Limited

Limited.

NeedRegistration

NeedRegistration.

Offline

Offline.

Online

Online.

Started

Started.

Starting

Starting.

Stopped

Stopped.

Stopping

Stopping.

Methods

Name Description
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

Name Description
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