Bagikan melalui


SynapseIntegrationRuntimeState Struct

Definition

The state of integration runtime.

public readonly struct SynapseIntegrationRuntimeState : IEquatable<Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeState>
type SynapseIntegrationRuntimeState = struct
Public Structure SynapseIntegrationRuntimeState
Implements IEquatable(Of SynapseIntegrationRuntimeState)
Inheritance
SynapseIntegrationRuntimeState
Implements

Constructors

SynapseIntegrationRuntimeState(String)

Initializes a new instance of SynapseIntegrationRuntimeState.

Properties

AccessDenied

AccessDenied.

Initial

Initial.

Limited

Limited.

NeedRegistration

NeedRegistration.

Offline

Offline.

Online

Online.

Started

Started.

Starting

Starting.

Stopped

Stopped.

Stopping

Stopping.

Methods

Equals(SynapseIntegrationRuntimeState)

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(SynapseIntegrationRuntimeState, SynapseIntegrationRuntimeState)

Determines if two SynapseIntegrationRuntimeState values are the same.

Implicit(String to SynapseIntegrationRuntimeState)

Converts a string to a SynapseIntegrationRuntimeState.

Inequality(SynapseIntegrationRuntimeState, SynapseIntegrationRuntimeState)

Determines if two SynapseIntegrationRuntimeState values are not the same.

Applies to