SelfHostedIntegrationRuntimeStatus Class
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.
Self-hosted integration runtime status.
public class SelfHostedIntegrationRuntimeStatus : Azure.ResourceManager.DataFactory.Models.IntegrationRuntimeStatus, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.SelfHostedIntegrationRuntimeStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.SelfHostedIntegrationRuntimeStatus>
public class SelfHostedIntegrationRuntimeStatus : Azure.ResourceManager.DataFactory.Models.IntegrationRuntimeStatus
type SelfHostedIntegrationRuntimeStatus = class
inherit IntegrationRuntimeStatus
interface IJsonModel<SelfHostedIntegrationRuntimeStatus>
interface IPersistableModel<SelfHostedIntegrationRuntimeStatus>
type SelfHostedIntegrationRuntimeStatus = class
inherit IntegrationRuntimeStatus
Public Class SelfHostedIntegrationRuntimeStatus
Inherits IntegrationRuntimeStatus
Implements IJsonModel(Of SelfHostedIntegrationRuntimeStatus), IPersistableModel(Of SelfHostedIntegrationRuntimeStatus)
Public Class SelfHostedIntegrationRuntimeStatus
Inherits IntegrationRuntimeStatus
- Inheritance
- Implements
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:
|
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. |
CreatedOn |
The time at which the integration runtime was created, in ISO8601 format. |
DataFactoryName |
The data factory name which the integration runtime belong to. (Inherited from IntegrationRuntimeStatus) |
InternalChannelEncryption |
It is used to set the encryption mode for node-node communication channel (when more than 2 self-hosted integration runtime nodes exist). |
IsSelfContainedInteractiveAuthoringEnabled |
An alternative option to ensure interactive authoring function when your self-hosted integration runtime is unable to establish a connection with Azure Relay. |
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. |
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. |
ServiceUriStringList |
The URLs for the services used in integration runtime backend service. |
State |
The state of integration runtime. (Inherited from IntegrationRuntimeStatus) |
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from IntegrationRuntimeStatus) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET