Bagikan melalui


SynapseSelfHostedIntegrationRuntimeStatus Class

Definition

Self-hosted integration runtime status.

public class SynapseSelfHostedIntegrationRuntimeStatus : Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeStatus
type SynapseSelfHostedIntegrationRuntimeStatus = class
    inherit SynapseIntegrationRuntimeStatus
Public Class SynapseSelfHostedIntegrationRuntimeStatus
Inherits SynapseIntegrationRuntimeStatus
Inheritance
SynapseSelfHostedIntegrationRuntimeStatus

Properties

AdditionalProperties

Additional Properties

To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formatted json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.

(Inherited from SynapseIntegrationRuntimeStatus)
AutoUpdate

Whether Self-hosted integration runtime auto update has been turned on.

AutoUpdateEta

The estimated time when the self-hosted integration runtime will be updated.

Capabilities

Object with additional information about integration runtime capabilities.

CreateOn

The time at which the integration runtime was created, in ISO8601 format.

DataFactoryName

The workspace name which the integration runtime belong to.

(Inherited from SynapseIntegrationRuntimeStatus)
InternalChannelEncryption

It is used to set the encryption mode for node-node communication channel (when more than 2 self-hosted integration runtime nodes exist).

LatestVersion

The latest version on download center.

Links

The list of linked integration runtimes that are created to share with this integration runtime.

LocalTimeZoneOffset

The local time zone offset in hours.

NewerVersions

The newer versions on download center.

NodeCommunicationChannelEncryptionMode

The node communication Channel encryption mode.

Nodes

The list of nodes for this integration runtime.

PushedVersion

The version that the integration runtime is going to update to.

ScheduledUpdateOn

The date at which the integration runtime will be scheduled to update, in ISO8601 format.

ServiceRegion

The service region of the integration runtime.

ServiceUrls

The URLs for the services used in integration runtime backend service.

State

The state of integration runtime.

(Inherited from SynapseIntegrationRuntimeStatus)
TaskQueueId

The task queue id of the integration runtime.

UpdateDelayOffset

The time in the date scheduled by service to update the integration runtime, e.g., PT03H is 3 hours.

Version

Version of the integration runtime.

VersionStatus

Status of the integration runtime version.

Applies to