This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.datafactory.getIntegrationRuntimeStatus
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Gets detailed status information for an integration runtime. Azure REST API version: 2018-06-01.
Using getIntegrationRuntimeStatus
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getIntegrationRuntimeStatus(args: GetIntegrationRuntimeStatusArgs, opts?: InvokeOptions): Promise<GetIntegrationRuntimeStatusResult>
function getIntegrationRuntimeStatusOutput(args: GetIntegrationRuntimeStatusOutputArgs, opts?: InvokeOptions): Output<GetIntegrationRuntimeStatusResult>def get_integration_runtime_status(factory_name: Optional[str] = None,
                                   integration_runtime_name: Optional[str] = None,
                                   resource_group_name: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetIntegrationRuntimeStatusResult
def get_integration_runtime_status_output(factory_name: Optional[pulumi.Input[str]] = None,
                                   integration_runtime_name: Optional[pulumi.Input[str]] = None,
                                   resource_group_name: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetIntegrationRuntimeStatusResult]func GetIntegrationRuntimeStatus(ctx *Context, args *GetIntegrationRuntimeStatusArgs, opts ...InvokeOption) (*GetIntegrationRuntimeStatusResult, error)
func GetIntegrationRuntimeStatusOutput(ctx *Context, args *GetIntegrationRuntimeStatusOutputArgs, opts ...InvokeOption) GetIntegrationRuntimeStatusResultOutput> Note: This function is named GetIntegrationRuntimeStatus in the Go SDK.
public static class GetIntegrationRuntimeStatus 
{
    public static Task<GetIntegrationRuntimeStatusResult> InvokeAsync(GetIntegrationRuntimeStatusArgs args, InvokeOptions? opts = null)
    public static Output<GetIntegrationRuntimeStatusResult> Invoke(GetIntegrationRuntimeStatusInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetIntegrationRuntimeStatusResult> getIntegrationRuntimeStatus(GetIntegrationRuntimeStatusArgs args, InvokeOptions options)
public static Output<GetIntegrationRuntimeStatusResult> getIntegrationRuntimeStatus(GetIntegrationRuntimeStatusArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:datafactory:getIntegrationRuntimeStatus
  arguments:
    # arguments dictionaryThe following arguments are supported:
- FactoryName string
- The factory name.
- IntegrationRuntime stringName 
- The integration runtime name.
- ResourceGroup stringName 
- The resource group name.
- FactoryName string
- The factory name.
- IntegrationRuntime stringName 
- The integration runtime name.
- ResourceGroup stringName 
- The resource group name.
- factoryName String
- The factory name.
- integrationRuntime StringName 
- The integration runtime name.
- resourceGroup StringName 
- The resource group name.
- factoryName string
- The factory name.
- integrationRuntime stringName 
- The integration runtime name.
- resourceGroup stringName 
- The resource group name.
- factory_name str
- The factory name.
- integration_runtime_ strname 
- The integration runtime name.
- resource_group_ strname 
- The resource group name.
- factoryName String
- The factory name.
- integrationRuntime StringName 
- The integration runtime name.
- resourceGroup StringName 
- The resource group name.
getIntegrationRuntimeStatus Result
The following output properties are available:
- Name string
- The integration runtime name.
- Properties
Pulumi.Azure | Pulumi.Native. Data Factory. Outputs. Managed Integration Runtime Status Response Azure Native. Data Factory. Outputs. Self Hosted Integration Runtime Status Response 
- Integration runtime properties.
- Name string
- The integration runtime name.
- Properties
ManagedIntegration | SelfRuntime Status Response Hosted Integration Runtime Status Response 
- Integration runtime properties.
- name String
- The integration runtime name.
- properties
ManagedIntegration | SelfRuntime Status Response Hosted Integration Runtime Status Response 
- Integration runtime properties.
- name string
- The integration runtime name.
- properties
ManagedIntegration | SelfRuntime Status Response Hosted Integration Runtime Status Response 
- Integration runtime properties.
- name str
- The integration runtime name.
- properties
ManagedIntegration | SelfRuntime Status Response Hosted Integration Runtime Status Response 
- Integration runtime properties.
- name String
- The integration runtime name.
- properties Property Map | Property Map
- Integration runtime properties.
Supporting Types
LinkedIntegrationRuntimeResponse   
- CreateTime string
- The creating time of the linked integration runtime.
- DataFactory stringLocation 
- The location of the data factory for which the linked integration runtime belong to.
- DataFactory stringName 
- The name of the data factory for which the linked integration runtime belong to.
- Name string
- The name of the linked integration runtime.
- SubscriptionId string
- The subscription ID for which the linked integration runtime belong to.
- CreateTime string
- The creating time of the linked integration runtime.
- DataFactory stringLocation 
- The location of the data factory for which the linked integration runtime belong to.
- DataFactory stringName 
- The name of the data factory for which the linked integration runtime belong to.
- Name string
- The name of the linked integration runtime.
- SubscriptionId string
- The subscription ID for which the linked integration runtime belong to.
- createTime String
- The creating time of the linked integration runtime.
- dataFactory StringLocation 
- The location of the data factory for which the linked integration runtime belong to.
- dataFactory StringName 
- The name of the data factory for which the linked integration runtime belong to.
- name String
- The name of the linked integration runtime.
- subscriptionId String
- The subscription ID for which the linked integration runtime belong to.
- createTime string
- The creating time of the linked integration runtime.
- dataFactory stringLocation 
- The location of the data factory for which the linked integration runtime belong to.
- dataFactory stringName 
- The name of the data factory for which the linked integration runtime belong to.
- name string
- The name of the linked integration runtime.
- subscriptionId string
- The subscription ID for which the linked integration runtime belong to.
- create_time str
- The creating time of the linked integration runtime.
- data_factory_ strlocation 
- The location of the data factory for which the linked integration runtime belong to.
- data_factory_ strname 
- The name of the data factory for which the linked integration runtime belong to.
- name str
- The name of the linked integration runtime.
- subscription_id str
- The subscription ID for which the linked integration runtime belong to.
- createTime String
- The creating time of the linked integration runtime.
- dataFactory StringLocation 
- The location of the data factory for which the linked integration runtime belong to.
- dataFactory StringName 
- The name of the data factory for which the linked integration runtime belong to.
- name String
- The name of the linked integration runtime.
- subscriptionId String
- The subscription ID for which the linked integration runtime belong to.
ManagedIntegrationRuntimeErrorResponse    
- Code string
- Error code.
- Message string
- Error message.
- Parameters List<string>
- Managed integration runtime error parameters.
- Time string
- The time when the error occurred.
- Code string
- Error code.
- Message string
- Error message.
- Parameters []string
- Managed integration runtime error parameters.
- Time string
- The time when the error occurred.
- code String
- Error code.
- message String
- Error message.
- parameters List<String>
- Managed integration runtime error parameters.
- time String
- The time when the error occurred.
- code string
- Error code.
- message string
- Error message.
- parameters string[]
- Managed integration runtime error parameters.
- time string
- The time when the error occurred.
- code str
- Error code.
- message str
- Error message.
- parameters Sequence[str]
- Managed integration runtime error parameters.
- time str
- The time when the error occurred.
- code String
- Error code.
- message String
- Error message.
- parameters List<String>
- Managed integration runtime error parameters.
- time String
- The time when the error occurred.
ManagedIntegrationRuntimeNodeResponse    
- NodeId string
- The managed integration runtime node id.
- Status string
- The managed integration runtime node status.
- Errors
List<Pulumi.Azure Native. Data Factory. Inputs. Managed Integration Runtime Error Response> 
- The errors that occurred on this integration runtime node.
- NodeId string
- The managed integration runtime node id.
- Status string
- The managed integration runtime node status.
- Errors
[]ManagedIntegration Runtime Error Response 
- The errors that occurred on this integration runtime node.
- nodeId String
- The managed integration runtime node id.
- status String
- The managed integration runtime node status.
- errors
List<ManagedIntegration Runtime Error Response> 
- The errors that occurred on this integration runtime node.
- nodeId string
- The managed integration runtime node id.
- status string
- The managed integration runtime node status.
- errors
ManagedIntegration Runtime Error Response[] 
- The errors that occurred on this integration runtime node.
- node_id str
- The managed integration runtime node id.
- status str
- The managed integration runtime node status.
- errors
Sequence[ManagedIntegration Runtime Error Response] 
- The errors that occurred on this integration runtime node.
- nodeId String
- The managed integration runtime node id.
- status String
- The managed integration runtime node status.
- errors List<Property Map>
- The errors that occurred on this integration runtime node.
ManagedIntegrationRuntimeOperationResultResponse     
- ActivityId string
- The activity id for the operation request.
- ErrorCode string
- The error code.
- Parameters List<string>
- Managed integration runtime error parameters.
- Result string
- The operation result.
- StartTime string
- The start time of the operation.
- Type string
- The operation type. Could be start or stop.
- ActivityId string
- The activity id for the operation request.
- ErrorCode string
- The error code.
- Parameters []string
- Managed integration runtime error parameters.
- Result string
- The operation result.
- StartTime string
- The start time of the operation.
- Type string
- The operation type. Could be start or stop.
- activityId String
- The activity id for the operation request.
- errorCode String
- The error code.
- parameters List<String>
- Managed integration runtime error parameters.
- result String
- The operation result.
- startTime String
- The start time of the operation.
- type String
- The operation type. Could be start or stop.
- activityId string
- The activity id for the operation request.
- errorCode string
- The error code.
- parameters string[]
- Managed integration runtime error parameters.
- result string
- The operation result.
- startTime string
- The start time of the operation.
- type string
- The operation type. Could be start or stop.
- activity_id str
- The activity id for the operation request.
- error_code str
- The error code.
- parameters Sequence[str]
- Managed integration runtime error parameters.
- result str
- The operation result.
- start_time str
- The start time of the operation.
- type str
- The operation type. Could be start or stop.
- activityId String
- The activity id for the operation request.
- errorCode String
- The error code.
- parameters List<String>
- Managed integration runtime error parameters.
- result String
- The operation result.
- startTime String
- The start time of the operation.
- type String
- The operation type. Could be start or stop.
ManagedIntegrationRuntimeStatusResponse    
- CreateTime string
- The time at which the integration runtime was created, in ISO8601 format.
- DataFactory stringName 
- The data factory name which the integration runtime belong to.
- LastOperation Pulumi.Azure Native. Data Factory. Inputs. Managed Integration Runtime Operation Result Response 
- The last operation result that occurred on this integration runtime.
- Nodes
List<Pulumi.Azure Native. Data Factory. Inputs. Managed Integration Runtime Node Response> 
- The list of nodes for managed integration runtime.
- OtherErrors List<Pulumi.Azure Native. Data Factory. Inputs. Managed Integration Runtime Error Response> 
- The errors that occurred on this integration runtime.
- State string
- The state of integration runtime.
- CreateTime string
- The time at which the integration runtime was created, in ISO8601 format.
- DataFactory stringName 
- The data factory name which the integration runtime belong to.
- LastOperation ManagedIntegration Runtime Operation Result Response 
- The last operation result that occurred on this integration runtime.
- Nodes
[]ManagedIntegration Runtime Node Response 
- The list of nodes for managed integration runtime.
- OtherErrors []ManagedIntegration Runtime Error Response 
- The errors that occurred on this integration runtime.
- State string
- The state of integration runtime.
- createTime String
- The time at which the integration runtime was created, in ISO8601 format.
- dataFactory StringName 
- The data factory name which the integration runtime belong to.
- lastOperation ManagedIntegration Runtime Operation Result Response 
- The last operation result that occurred on this integration runtime.
- nodes
List<ManagedIntegration Runtime Node Response> 
- The list of nodes for managed integration runtime.
- otherErrors List<ManagedIntegration Runtime Error Response> 
- The errors that occurred on this integration runtime.
- state String
- The state of integration runtime.
- createTime string
- The time at which the integration runtime was created, in ISO8601 format.
- dataFactory stringName 
- The data factory name which the integration runtime belong to.
- lastOperation ManagedIntegration Runtime Operation Result Response 
- The last operation result that occurred on this integration runtime.
- nodes
ManagedIntegration Runtime Node Response[] 
- The list of nodes for managed integration runtime.
- otherErrors ManagedIntegration Runtime Error Response[] 
- The errors that occurred on this integration runtime.
- state string
- The state of integration runtime.
- create_time str
- The time at which the integration runtime was created, in ISO8601 format.
- data_factory_ strname 
- The data factory name which the integration runtime belong to.
- last_operation ManagedIntegration Runtime Operation Result Response 
- The last operation result that occurred on this integration runtime.
- nodes
Sequence[ManagedIntegration Runtime Node Response] 
- The list of nodes for managed integration runtime.
- other_errors Sequence[ManagedIntegration Runtime Error Response] 
- The errors that occurred on this integration runtime.
- state str
- The state of integration runtime.
- createTime String
- The time at which the integration runtime was created, in ISO8601 format.
- dataFactory StringName 
- The data factory name which the integration runtime belong to.
- lastOperation Property Map
- The last operation result that occurred on this integration runtime.
- nodes List<Property Map>
- The list of nodes for managed integration runtime.
- otherErrors List<Property Map>
- The errors that occurred on this integration runtime.
- state String
- The state of integration runtime.
SelfHostedIntegrationRuntimeNodeResponse     
- Capabilities Dictionary<string, string>
- The integration runtime capabilities dictionary
- ConcurrentJobs intLimit 
- Maximum concurrent jobs on the integration runtime node.
- ExpiryTime string
- The time at which the integration runtime will expire in ISO8601 format.
- HostService stringUri 
- URI for the host machine of the integration runtime.
- IsActive boolDispatcher 
- Indicates whether this node is the active dispatcher for integration runtime requests.
- LastConnect stringTime 
- The most recent time at which the integration runtime was connected in ISO8601 format.
- LastEnd stringUpdate Time 
- The last time for the integration runtime node update end.
- LastStart stringTime 
- The time the node last started up.
- LastStart stringUpdate Time 
- The last time for the integration runtime node update start.
- LastStop stringTime 
- The integration runtime node last stop time.
- LastUpdate stringResult 
- The result of the last integration runtime node update.
- MachineName string
- Machine name of the integration runtime node.
- MaxConcurrent intJobs 
- The maximum concurrent jobs in this integration runtime.
- NodeName string
- Name of the integration runtime node.
- RegisterTime string
- The time at which the integration runtime node was registered in ISO8601 format.
- Status string
- Status of the integration runtime node.
- Version string
- Version of the integration runtime node.
- VersionStatus string
- Status of the integration runtime node version.
- Capabilities map[string]string
- The integration runtime capabilities dictionary
- ConcurrentJobs intLimit 
- Maximum concurrent jobs on the integration runtime node.
- ExpiryTime string
- The time at which the integration runtime will expire in ISO8601 format.
- HostService stringUri 
- URI for the host machine of the integration runtime.
- IsActive boolDispatcher 
- Indicates whether this node is the active dispatcher for integration runtime requests.
- LastConnect stringTime 
- The most recent time at which the integration runtime was connected in ISO8601 format.
- LastEnd stringUpdate Time 
- The last time for the integration runtime node update end.
- LastStart stringTime 
- The time the node last started up.
- LastStart stringUpdate Time 
- The last time for the integration runtime node update start.
- LastStop stringTime 
- The integration runtime node last stop time.
- LastUpdate stringResult 
- The result of the last integration runtime node update.
- MachineName string
- Machine name of the integration runtime node.
- MaxConcurrent intJobs 
- The maximum concurrent jobs in this integration runtime.
- NodeName string
- Name of the integration runtime node.
- RegisterTime string
- The time at which the integration runtime node was registered in ISO8601 format.
- Status string
- Status of the integration runtime node.
- Version string
- Version of the integration runtime node.
- VersionStatus string
- Status of the integration runtime node version.
- capabilities Map<String,String>
- The integration runtime capabilities dictionary
- concurrentJobs IntegerLimit 
- Maximum concurrent jobs on the integration runtime node.
- expiryTime String
- The time at which the integration runtime will expire in ISO8601 format.
- hostService StringUri 
- URI for the host machine of the integration runtime.
- isActive BooleanDispatcher 
- Indicates whether this node is the active dispatcher for integration runtime requests.
- lastConnect StringTime 
- The most recent time at which the integration runtime was connected in ISO8601 format.
- lastEnd StringUpdate Time 
- The last time for the integration runtime node update end.
- lastStart StringTime 
- The time the node last started up.
- lastStart StringUpdate Time 
- The last time for the integration runtime node update start.
- lastStop StringTime 
- The integration runtime node last stop time.
- lastUpdate StringResult 
- The result of the last integration runtime node update.
- machineName String
- Machine name of the integration runtime node.
- maxConcurrent IntegerJobs 
- The maximum concurrent jobs in this integration runtime.
- nodeName String
- Name of the integration runtime node.
- registerTime String
- The time at which the integration runtime node was registered in ISO8601 format.
- status String
- Status of the integration runtime node.
- version String
- Version of the integration runtime node.
- versionStatus String
- Status of the integration runtime node version.
- capabilities {[key: string]: string}
- The integration runtime capabilities dictionary
- concurrentJobs numberLimit 
- Maximum concurrent jobs on the integration runtime node.
- expiryTime string
- The time at which the integration runtime will expire in ISO8601 format.
- hostService stringUri 
- URI for the host machine of the integration runtime.
- isActive booleanDispatcher 
- Indicates whether this node is the active dispatcher for integration runtime requests.
- lastConnect stringTime 
- The most recent time at which the integration runtime was connected in ISO8601 format.
- lastEnd stringUpdate Time 
- The last time for the integration runtime node update end.
- lastStart stringTime 
- The time the node last started up.
- lastStart stringUpdate Time 
- The last time for the integration runtime node update start.
- lastStop stringTime 
- The integration runtime node last stop time.
- lastUpdate stringResult 
- The result of the last integration runtime node update.
- machineName string
- Machine name of the integration runtime node.
- maxConcurrent numberJobs 
- The maximum concurrent jobs in this integration runtime.
- nodeName string
- Name of the integration runtime node.
- registerTime string
- The time at which the integration runtime node was registered in ISO8601 format.
- status string
- Status of the integration runtime node.
- version string
- Version of the integration runtime node.
- versionStatus string
- Status of the integration runtime node version.
- capabilities Mapping[str, str]
- The integration runtime capabilities dictionary
- concurrent_jobs_ intlimit 
- Maximum concurrent jobs on the integration runtime node.
- expiry_time str
- The time at which the integration runtime will expire in ISO8601 format.
- host_service_ struri 
- URI for the host machine of the integration runtime.
- is_active_ booldispatcher 
- Indicates whether this node is the active dispatcher for integration runtime requests.
- last_connect_ strtime 
- The most recent time at which the integration runtime was connected in ISO8601 format.
- last_end_ strupdate_ time 
- The last time for the integration runtime node update end.
- last_start_ strtime 
- The time the node last started up.
- last_start_ strupdate_ time 
- The last time for the integration runtime node update start.
- last_stop_ strtime 
- The integration runtime node last stop time.
- last_update_ strresult 
- The result of the last integration runtime node update.
- machine_name str
- Machine name of the integration runtime node.
- max_concurrent_ intjobs 
- The maximum concurrent jobs in this integration runtime.
- node_name str
- Name of the integration runtime node.
- register_time str
- The time at which the integration runtime node was registered in ISO8601 format.
- status str
- Status of the integration runtime node.
- version str
- Version of the integration runtime node.
- version_status str
- Status of the integration runtime node version.
- capabilities Map<String>
- The integration runtime capabilities dictionary
- concurrentJobs NumberLimit 
- Maximum concurrent jobs on the integration runtime node.
- expiryTime String
- The time at which the integration runtime will expire in ISO8601 format.
- hostService StringUri 
- URI for the host machine of the integration runtime.
- isActive BooleanDispatcher 
- Indicates whether this node is the active dispatcher for integration runtime requests.
- lastConnect StringTime 
- The most recent time at which the integration runtime was connected in ISO8601 format.
- lastEnd StringUpdate Time 
- The last time for the integration runtime node update end.
- lastStart StringTime 
- The time the node last started up.
- lastStart StringUpdate Time 
- The last time for the integration runtime node update start.
- lastStop StringTime 
- The integration runtime node last stop time.
- lastUpdate StringResult 
- The result of the last integration runtime node update.
- machineName String
- Machine name of the integration runtime node.
- maxConcurrent NumberJobs 
- The maximum concurrent jobs in this integration runtime.
- nodeName String
- Name of the integration runtime node.
- registerTime String
- The time at which the integration runtime node was registered in ISO8601 format.
- status String
- Status of the integration runtime node.
- version String
- Version of the integration runtime node.
- versionStatus String
- Status of the integration runtime node version.
SelfHostedIntegrationRuntimeStatusResponse     
- AutoUpdate string
- Whether Self-hosted integration runtime auto update has been turned on.
- AutoUpdate stringETA 
- The estimated time when the self-hosted integration runtime will be updated.
- Capabilities Dictionary<string, string>
- Object with additional information about integration runtime capabilities.
- CreateTime string
- The time at which the integration runtime was created, in ISO8601 format.
- DataFactory stringName 
- The data factory name which the integration runtime belong to.
- InternalChannel stringEncryption 
- It is used to set the encryption mode for node-node communication channel (when more than 2 self-hosted integration runtime nodes exist).
- LatestVersion string
- The latest version on download center.
- LocalTime stringZone Offset 
- The local time zone offset in hours.
- PushedVersion string
- The version that the integration runtime is going to update to.
- ScheduledUpdate stringDate 
- The date at which the integration runtime will be scheduled to update, in ISO8601 format.
- bool
- An alternative option to ensure interactive authoring function when your self-hosted integration runtime is unable to establish a connection with Azure Relay.
- ServiceUrls List<string>
- The URLs for the services used in integration runtime backend service.
- State string
- The state of integration runtime.
- TaskQueue stringId 
- The task queue id of the integration runtime.
- UpdateDelay stringOffset 
- The time in the date scheduled by service to update the integration runtime, e.g., PT03H is 3 hours
- Version string
- Version of the integration runtime.
- VersionStatus string
- Status of the integration runtime version.
- Links
List<Pulumi.Azure Native. Data Factory. Inputs. Linked Integration Runtime Response> 
- The list of linked integration runtimes that are created to share with this integration runtime.
- Nodes
List<Pulumi.Azure Native. Data Factory. Inputs. Self Hosted Integration Runtime Node Response> 
- The list of nodes for this integration runtime.
- AutoUpdate string
- Whether Self-hosted integration runtime auto update has been turned on.
- AutoUpdate stringETA 
- The estimated time when the self-hosted integration runtime will be updated.
- Capabilities map[string]string
- Object with additional information about integration runtime capabilities.
- CreateTime string
- The time at which the integration runtime was created, in ISO8601 format.
- DataFactory stringName 
- The data factory name which the integration runtime belong to.
- InternalChannel stringEncryption 
- It is used to set the encryption mode for node-node communication channel (when more than 2 self-hosted integration runtime nodes exist).
- LatestVersion string
- The latest version on download center.
- LocalTime stringZone Offset 
- The local time zone offset in hours.
- PushedVersion string
- The version that the integration runtime is going to update to.
- ScheduledUpdate stringDate 
- The date at which the integration runtime will be scheduled to update, in ISO8601 format.
- bool
- An alternative option to ensure interactive authoring function when your self-hosted integration runtime is unable to establish a connection with Azure Relay.
- ServiceUrls []string
- The URLs for the services used in integration runtime backend service.
- State string
- The state of integration runtime.
- TaskQueue stringId 
- The task queue id of the integration runtime.
- UpdateDelay stringOffset 
- The time in the date scheduled by service to update the integration runtime, e.g., PT03H is 3 hours
- Version string
- Version of the integration runtime.
- VersionStatus string
- Status of the integration runtime version.
- Links
[]LinkedIntegration Runtime Response 
- The list of linked integration runtimes that are created to share with this integration runtime.
- Nodes
[]SelfHosted Integration Runtime Node Response 
- The list of nodes for this integration runtime.
- autoUpdate String
- Whether Self-hosted integration runtime auto update has been turned on.
- autoUpdate StringETA 
- The estimated time when the self-hosted integration runtime will be updated.
- capabilities Map<String,String>
- Object with additional information about integration runtime capabilities.
- createTime String
- The time at which the integration runtime was created, in ISO8601 format.
- dataFactory StringName 
- The data factory name which the integration runtime belong to.
- internalChannel StringEncryption 
- It is used to set the encryption mode for node-node communication channel (when more than 2 self-hosted integration runtime nodes exist).
- latestVersion String
- The latest version on download center.
- localTime StringZone Offset 
- The local time zone offset in hours.
- pushedVersion String
- The version that the integration runtime is going to update to.
- scheduledUpdate StringDate 
- The date at which the integration runtime will be scheduled to update, in ISO8601 format.
- Boolean
- An alternative option to ensure interactive authoring function when your self-hosted integration runtime is unable to establish a connection with Azure Relay.
- serviceUrls List<String>
- The URLs for the services used in integration runtime backend service.
- state String
- The state of integration runtime.
- taskQueue StringId 
- The task queue id of the integration runtime.
- updateDelay StringOffset 
- The time in the date scheduled by service to update the integration runtime, e.g., PT03H is 3 hours
- version String
- Version of the integration runtime.
- versionStatus String
- Status of the integration runtime version.
- links
List<LinkedIntegration Runtime Response> 
- The list of linked integration runtimes that are created to share with this integration runtime.
- nodes
List<SelfHosted Integration Runtime Node Response> 
- The list of nodes for this integration runtime.
- autoUpdate string
- Whether Self-hosted integration runtime auto update has been turned on.
- autoUpdate stringETA 
- The estimated time when the self-hosted integration runtime will be updated.
- capabilities {[key: string]: string}
- Object with additional information about integration runtime capabilities.
- createTime string
- The time at which the integration runtime was created, in ISO8601 format.
- dataFactory stringName 
- The data factory name which the integration runtime belong to.
- internalChannel stringEncryption 
- It is used to set the encryption mode for node-node communication channel (when more than 2 self-hosted integration runtime nodes exist).
- latestVersion string
- The latest version on download center.
- localTime stringZone Offset 
- The local time zone offset in hours.
- pushedVersion string
- The version that the integration runtime is going to update to.
- scheduledUpdate stringDate 
- The date at which the integration runtime will be scheduled to update, in ISO8601 format.
- boolean
- An alternative option to ensure interactive authoring function when your self-hosted integration runtime is unable to establish a connection with Azure Relay.
- serviceUrls string[]
- The URLs for the services used in integration runtime backend service.
- state string
- The state of integration runtime.
- taskQueue stringId 
- The task queue id of the integration runtime.
- updateDelay stringOffset 
- The time in the date scheduled by service to update the integration runtime, e.g., PT03H is 3 hours
- version string
- Version of the integration runtime.
- versionStatus string
- Status of the integration runtime version.
- links
LinkedIntegration Runtime Response[] 
- The list of linked integration runtimes that are created to share with this integration runtime.
- nodes
SelfHosted Integration Runtime Node Response[] 
- The list of nodes for this integration runtime.
- auto_update str
- Whether Self-hosted integration runtime auto update has been turned on.
- auto_update_ streta 
- The estimated time when the self-hosted integration runtime will be updated.
- capabilities Mapping[str, str]
- Object with additional information about integration runtime capabilities.
- create_time str
- The time at which the integration runtime was created, in ISO8601 format.
- data_factory_ strname 
- The data factory name which the integration runtime belong to.
- internal_channel_ strencryption 
- It is used to set the encryption mode for node-node communication channel (when more than 2 self-hosted integration runtime nodes exist).
- latest_version str
- The latest version on download center.
- local_time_ strzone_ offset 
- The local time zone offset in hours.
- pushed_version str
- The version that the integration runtime is going to update to.
- scheduled_update_ strdate 
- The date at which the integration runtime will be scheduled to update, in ISO8601 format.
- bool
- An alternative option to ensure interactive authoring function when your self-hosted integration runtime is unable to establish a connection with Azure Relay.
- service_urls Sequence[str]
- The URLs for the services used in integration runtime backend service.
- state str
- The state of integration runtime.
- task_queue_ strid 
- The task queue id of the integration runtime.
- update_delay_ stroffset 
- The time in the date scheduled by service to update the integration runtime, e.g., PT03H is 3 hours
- version str
- Version of the integration runtime.
- version_status str
- Status of the integration runtime version.
- links
Sequence[LinkedIntegration Runtime Response] 
- The list of linked integration runtimes that are created to share with this integration runtime.
- nodes
Sequence[SelfHosted Integration Runtime Node Response] 
- The list of nodes for this integration runtime.
- autoUpdate String
- Whether Self-hosted integration runtime auto update has been turned on.
- autoUpdate StringETA 
- The estimated time when the self-hosted integration runtime will be updated.
- capabilities Map<String>
- Object with additional information about integration runtime capabilities.
- createTime String
- The time at which the integration runtime was created, in ISO8601 format.
- dataFactory StringName 
- The data factory name which the integration runtime belong to.
- internalChannel StringEncryption 
- It is used to set the encryption mode for node-node communication channel (when more than 2 self-hosted integration runtime nodes exist).
- latestVersion String
- The latest version on download center.
- localTime StringZone Offset 
- The local time zone offset in hours.
- pushedVersion String
- The version that the integration runtime is going to update to.
- scheduledUpdate StringDate 
- The date at which the integration runtime will be scheduled to update, in ISO8601 format.
- Boolean
- An alternative option to ensure interactive authoring function when your self-hosted integration runtime is unable to establish a connection with Azure Relay.
- serviceUrls List<String>
- The URLs for the services used in integration runtime backend service.
- state String
- The state of integration runtime.
- taskQueue StringId 
- The task queue id of the integration runtime.
- updateDelay StringOffset 
- The time in the date scheduled by service to update the integration runtime, e.g., PT03H is 3 hours
- version String
- Version of the integration runtime.
- versionStatus String
- Status of the integration runtime version.
- links List<Property Map>
- The list of linked integration runtimes that are created to share with this integration runtime.
- nodes List<Property Map>
- The list of nodes for this integration runtime.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi