azure-native.synapse.getIntegrationRuntimeStatus
Explore with Pulumi AI
Get the integration runtime status
Uses Azure REST API version 2021-06-01.
Other available API versions: 2021-04-01-preview, 2021-05-01, 2021-06-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native synapse [ApiVersion]
. See the version guide for details.
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(integration_runtime_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
workspace_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIntegrationRuntimeStatusResult
def get_integration_runtime_status_output(integration_runtime_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
workspace_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:synapse:getIntegrationRuntimeStatus
arguments:
# arguments dictionary
The following arguments are supported:
- Integration
Runtime stringName - Integration runtime name
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Workspace
Name string - The name of the workspace.
- Integration
Runtime stringName - Integration runtime name
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Workspace
Name string - The name of the workspace.
- integration
Runtime StringName - Integration runtime name
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- workspace
Name String - The name of the workspace.
- integration
Runtime stringName - Integration runtime name
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- workspace
Name string - The name of the workspace.
- integration_
runtime_ strname - Integration runtime name
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- workspace_
name str - The name of the workspace.
- integration
Runtime StringName - Integration runtime name
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- workspace
Name String - The name of the workspace.
getIntegrationRuntimeStatus Result
The following output properties are available:
- Name string
- The integration runtime name.
- Properties
Pulumi.
Azure | Pulumi.Native. Synapse. Outputs. Managed Integration Runtime Status Response Azure Native. Synapse. Outputs. Self Hosted Integration Runtime Status Response - Integration runtime properties.
- Name string
- The integration runtime name.
- Properties
Managed
Integration | SelfRuntime Status Response Hosted Integration Runtime Status Response - Integration runtime properties.
- name String
- The integration runtime name.
- properties
Managed
Integration | SelfRuntime Status Response Hosted Integration Runtime Status Response - Integration runtime properties.
- name string
- The integration runtime name.
- properties
Managed
Integration | SelfRuntime Status Response Hosted Integration Runtime Status Response - Integration runtime properties.
- name str
- The integration runtime name.
- properties
Managed
Integration | 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
- Create
Time string - The creating time of the linked integration runtime.
- Data
Factory stringLocation - The location of the workspace for which the linked integration runtime belong to.
- Data
Factory stringName - The name of the workspace for which the linked integration runtime belong to.
- Name string
- The name of the linked integration runtime.
- Subscription
Id string - The subscription ID for which the linked integration runtime belong to.
- Create
Time string - The creating time of the linked integration runtime.
- Data
Factory stringLocation - The location of the workspace for which the linked integration runtime belong to.
- Data
Factory stringName - The name of the workspace for which the linked integration runtime belong to.
- Name string
- The name of the linked integration runtime.
- Subscription
Id string - The subscription ID for which the linked integration runtime belong to.
- create
Time String - The creating time of the linked integration runtime.
- data
Factory StringLocation - The location of the workspace for which the linked integration runtime belong to.
- data
Factory StringName - The name of the workspace for which the linked integration runtime belong to.
- name String
- The name of the linked integration runtime.
- subscription
Id String - The subscription ID for which the linked integration runtime belong to.
- create
Time string - The creating time of the linked integration runtime.
- data
Factory stringLocation - The location of the workspace for which the linked integration runtime belong to.
- data
Factory stringName - The name of the workspace for which the linked integration runtime belong to.
- name string
- The name of the linked integration runtime.
- subscription
Id 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 workspace for which the linked integration runtime belong to.
- data_
factory_ strname - The name of the workspace 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.
- create
Time String - The creating time of the linked integration runtime.
- data
Factory StringLocation - The location of the workspace for which the linked integration runtime belong to.
- data
Factory StringName - The name of the workspace for which the linked integration runtime belong to.
- name String
- The name of the linked integration runtime.
- subscription
Id 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
- Node
Id string - The managed integration runtime node id.
- Status string
- The managed integration runtime node status.
- Errors
List<Pulumi.
Azure Native. Synapse. Inputs. Managed Integration Runtime Error Response> - The errors that occurred on this integration runtime node.
- Node
Id string - The managed integration runtime node id.
- Status string
- The managed integration runtime node status.
- Errors
[]Managed
Integration Runtime Error Response - The errors that occurred on this integration runtime node.
- node
Id String - The managed integration runtime node id.
- status String
- The managed integration runtime node status.
- errors
List<Managed
Integration Runtime Error Response> - The errors that occurred on this integration runtime node.
- node
Id string - The managed integration runtime node id.
- status string
- The managed integration runtime node status.
- errors
Managed
Integration 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[Managed
Integration Runtime Error Response] - The errors that occurred on this integration runtime node.
- node
Id 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
- Activity
Id string - The activity id for the operation request.
- Error
Code string - The error code.
- Parameters List<string>
- Managed integration runtime error parameters.
- Result string
- The operation result.
- Start
Time string - The start time of the operation.
- Type string
- The operation type. Could be start or stop.
- Activity
Id string - The activity id for the operation request.
- Error
Code string - The error code.
- Parameters []string
- Managed integration runtime error parameters.
- Result string
- The operation result.
- Start
Time string - The start time of the operation.
- Type string
- The operation type. Could be start or stop.
- activity
Id String - The activity id for the operation request.
- error
Code String - The error code.
- parameters List<String>
- Managed integration runtime error parameters.
- result String
- The operation result.
- start
Time String - The start time of the operation.
- type String
- The operation type. Could be start or stop.
- activity
Id string - The activity id for the operation request.
- error
Code string - The error code.
- parameters string[]
- Managed integration runtime error parameters.
- result string
- The operation result.
- start
Time 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.
- activity
Id String - The activity id for the operation request.
- error
Code String - The error code.
- parameters List<String>
- Managed integration runtime error parameters.
- result String
- The operation result.
- start
Time String - The start time of the operation.
- type String
- The operation type. Could be start or stop.
ManagedIntegrationRuntimeStatusResponse
- Create
Time string - The time at which the integration runtime was created, in ISO8601 format.
- Data
Factory stringName - The workspace name which the integration runtime belong to.
- Last
Operation Pulumi.Azure Native. Synapse. Inputs. Managed Integration Runtime Operation Result Response - The last operation result that occurred on this integration runtime.
- Nodes
List<Pulumi.
Azure Native. Synapse. Inputs. Managed Integration Runtime Node Response> - The list of nodes for managed integration runtime.
- Other
Errors List<Pulumi.Azure Native. Synapse. Inputs. Managed Integration Runtime Error Response> - The errors that occurred on this integration runtime.
- State string
- The state of integration runtime.
- Create
Time string - The time at which the integration runtime was created, in ISO8601 format.
- Data
Factory stringName - The workspace 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
[]Managed
Integration Runtime Node Response - The list of nodes for managed integration runtime.
- Other
Errors []ManagedIntegration Runtime Error Response - The errors that occurred on this integration runtime.
- State string
- The state of integration runtime.
- create
Time String - The time at which the integration runtime was created, in ISO8601 format.
- data
Factory StringName - The workspace 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
List<Managed
Integration Runtime Node Response> - The list of nodes for managed integration runtime.
- other
Errors List<ManagedIntegration Runtime Error Response> - The errors that occurred on this integration runtime.
- state String
- The state of integration runtime.
- create
Time string - The time at which the integration runtime was created, in ISO8601 format.
- data
Factory stringName - The workspace 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
Managed
Integration Runtime Node Response[] - The list of nodes for managed integration runtime.
- other
Errors 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 workspace 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[Managed
Integration 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.
- create
Time String - The time at which the integration runtime was created, in ISO8601 format.
- data
Factory StringName - The workspace name which the integration runtime belong to.
- last
Operation Property Map - The last operation result that occurred on this integration runtime.
- nodes List<Property Map>
- The list of nodes for managed integration runtime.
- other
Errors 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
- Concurrent
Jobs intLimit - Maximum concurrent jobs on the integration runtime node.
- Expiry
Time string - The time at which the integration runtime will expire in ISO8601 format.
- Host
Service stringUri - 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 stringTime - The most recent time at which the integration runtime was connected in ISO8601 format.
- Last
End stringUpdate Time - The last time for the integration runtime node update end.
- Last
Start stringTime - The time the node last started up.
- Last
Start stringUpdate Time - The last time for the integration runtime node update start.
- Last
Stop stringTime - The integration runtime node last stop time.
- Last
Update stringResult - The result of the last integration runtime node update.
- Machine
Name string - Machine name of the integration runtime node.
- Max
Concurrent intJobs - The maximum concurrent jobs in this integration runtime.
- Node
Name string - Name of the integration runtime node.
- Register
Time 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.
- Version
Status string - Status of the integration runtime node version.
- Capabilities map[string]string
- The integration runtime capabilities dictionary
- Concurrent
Jobs intLimit - Maximum concurrent jobs on the integration runtime node.
- Expiry
Time string - The time at which the integration runtime will expire in ISO8601 format.
- Host
Service stringUri - 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 stringTime - The most recent time at which the integration runtime was connected in ISO8601 format.
- Last
End stringUpdate Time - The last time for the integration runtime node update end.
- Last
Start stringTime - The time the node last started up.
- Last
Start stringUpdate Time - The last time for the integration runtime node update start.
- Last
Stop stringTime - The integration runtime node last stop time.
- Last
Update stringResult - The result of the last integration runtime node update.
- Machine
Name string - Machine name of the integration runtime node.
- Max
Concurrent intJobs - The maximum concurrent jobs in this integration runtime.
- Node
Name string - Name of the integration runtime node.
- Register
Time 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.
- Version
Status string - Status of the integration runtime node version.
- capabilities Map<String,String>
- The integration runtime capabilities dictionary
- concurrent
Jobs IntegerLimit - Maximum concurrent jobs on the integration runtime node.
- expiry
Time String - The time at which the integration runtime will expire in ISO8601 format.
- host
Service StringUri - URI for the host machine of the integration runtime.
- is
Active BooleanDispatcher - Indicates whether this node is the active dispatcher for integration runtime requests.
- last
Connect StringTime - The most recent time at which the integration runtime was connected in ISO8601 format.
- last
End StringUpdate Time - The last time for the integration runtime node update end.
- last
Start StringTime - The time the node last started up.
- last
Start StringUpdate Time - The last time for the integration runtime node update start.
- last
Stop StringTime - The integration runtime node last stop time.
- last
Update StringResult - The result of the last integration runtime node update.
- machine
Name String - Machine name of the integration runtime node.
- max
Concurrent IntegerJobs - The maximum concurrent jobs in this integration runtime.
- node
Name String - Name of the integration runtime node.
- register
Time 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.
- version
Status String - Status of the integration runtime node version.
- capabilities {[key: string]: string}
- The integration runtime capabilities dictionary
- concurrent
Jobs numberLimit - Maximum concurrent jobs on the integration runtime node.
- expiry
Time string - The time at which the integration runtime will expire in ISO8601 format.
- host
Service stringUri - URI for the host machine of the integration runtime.
- is
Active booleanDispatcher - Indicates whether this node is the active dispatcher for integration runtime requests.
- last
Connect stringTime - The most recent time at which the integration runtime was connected in ISO8601 format.
- last
End stringUpdate Time - The last time for the integration runtime node update end.
- last
Start stringTime - The time the node last started up.
- last
Start stringUpdate Time - The last time for the integration runtime node update start.
- last
Stop stringTime - The integration runtime node last stop time.
- last
Update stringResult - The result of the last integration runtime node update.
- machine
Name string - Machine name of the integration runtime node.
- max
Concurrent numberJobs - The maximum concurrent jobs in this integration runtime.
- node
Name string - Name of the integration runtime node.
- register
Time 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.
- version
Status 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
- concurrent
Jobs NumberLimit - Maximum concurrent jobs on the integration runtime node.
- expiry
Time String - The time at which the integration runtime will expire in ISO8601 format.
- host
Service StringUri - URI for the host machine of the integration runtime.
- is
Active BooleanDispatcher - Indicates whether this node is the active dispatcher for integration runtime requests.
- last
Connect StringTime - The most recent time at which the integration runtime was connected in ISO8601 format.
- last
End StringUpdate Time - The last time for the integration runtime node update end.
- last
Start StringTime - The time the node last started up.
- last
Start StringUpdate Time - The last time for the integration runtime node update start.
- last
Stop StringTime - The integration runtime node last stop time.
- last
Update StringResult - The result of the last integration runtime node update.
- machine
Name String - Machine name of the integration runtime node.
- max
Concurrent NumberJobs - The maximum concurrent jobs in this integration runtime.
- node
Name String - Name of the integration runtime node.
- register
Time 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.
- version
Status String - Status of the integration runtime node version.
SelfHostedIntegrationRuntimeStatusResponse
- Auto
Update string - Whether Self-hosted integration runtime auto update has been turned on.
- Auto
Update 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.
- Create
Time string - The time at which the integration runtime was created, in ISO8601 format.
- Data
Factory stringName - The workspace name which the integration runtime belong to.
- Internal
Channel stringEncryption - 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 string - The latest version on download center.
- Local
Time stringZone Offset - The local time zone offset in hours.
- Node
Communication stringChannel Encryption Mode - The node communication Channel encryption mode
- Pushed
Version string - The version that the integration runtime is going to update to.
- Scheduled
Update stringDate - The date at which the integration runtime will be scheduled to update, in ISO8601 format.
- Service
Urls List<string> - The URLs for the services used in integration runtime backend service.
- State string
- The state of integration runtime.
- Task
Queue stringId - The task queue id of the integration runtime.
- Update
Delay 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.
- Version
Status string - Status of the integration runtime version.
- Links
List<Pulumi.
Azure Native. Synapse. 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. Synapse. Inputs. Self Hosted Integration Runtime Node Response> - The list of nodes for this integration runtime.
- Auto
Update string - Whether Self-hosted integration runtime auto update has been turned on.
- Auto
Update 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.
- Create
Time string - The time at which the integration runtime was created, in ISO8601 format.
- Data
Factory stringName - The workspace name which the integration runtime belong to.
- Internal
Channel stringEncryption - 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 string - The latest version on download center.
- Local
Time stringZone Offset - The local time zone offset in hours.
- Node
Communication stringChannel Encryption Mode - The node communication Channel encryption mode
- Pushed
Version string - The version that the integration runtime is going to update to.
- Scheduled
Update stringDate - The date at which the integration runtime will be scheduled to update, in ISO8601 format.
- Service
Urls []string - The URLs for the services used in integration runtime backend service.
- State string
- The state of integration runtime.
- Task
Queue stringId - The task queue id of the integration runtime.
- Update
Delay 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.
- Version
Status string - Status of the integration runtime version.
- Links
[]Linked
Integration Runtime Response - The list of linked integration runtimes that are created to share with this integration runtime.
- Nodes
[]Self
Hosted Integration Runtime Node Response - The list of nodes for this integration runtime.
- auto
Update String - Whether Self-hosted integration runtime auto update has been turned on.
- auto
Update 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.
- create
Time String - The time at which the integration runtime was created, in ISO8601 format.
- data
Factory StringName - The workspace name which the integration runtime belong to.
- internal
Channel StringEncryption - 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 String - The latest version on download center.
- local
Time StringZone Offset - The local time zone offset in hours.
- node
Communication StringChannel Encryption Mode - The node communication Channel encryption mode
- pushed
Version String - The version that the integration runtime is going to update to.
- scheduled
Update StringDate - The date at which the integration runtime will be scheduled to update, in ISO8601 format.
- service
Urls List<String> - The URLs for the services used in integration runtime backend service.
- state String
- The state of integration runtime.
- task
Queue StringId - The task queue id of the integration runtime.
- update
Delay 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.
- version
Status String - Status of the integration runtime version.
- links
List<Linked
Integration Runtime Response> - The list of linked integration runtimes that are created to share with this integration runtime.
- nodes
List<Self
Hosted Integration Runtime Node Response> - The list of nodes for this integration runtime.
- auto
Update string - Whether Self-hosted integration runtime auto update has been turned on.
- auto
Update 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.
- create
Time string - The time at which the integration runtime was created, in ISO8601 format.
- data
Factory stringName - The workspace name which the integration runtime belong to.
- internal
Channel stringEncryption - 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 string - The latest version on download center.
- local
Time stringZone Offset - The local time zone offset in hours.
- node
Communication stringChannel Encryption Mode - The node communication Channel encryption mode
- pushed
Version string - The version that the integration runtime is going to update to.
- scheduled
Update stringDate - The date at which the integration runtime will be scheduled to update, in ISO8601 format.
- service
Urls string[] - The URLs for the services used in integration runtime backend service.
- state string
- The state of integration runtime.
- task
Queue stringId - The task queue id of the integration runtime.
- update
Delay 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.
- version
Status string - Status of the integration runtime version.
- links
Linked
Integration Runtime Response[] - The list of linked integration runtimes that are created to share with this integration runtime.
- nodes
Self
Hosted 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 workspace 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.
- node_
communication_ strchannel_ encryption_ mode - The node communication Channel encryption mode
- 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.
- 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[Linked
Integration Runtime Response] - The list of linked integration runtimes that are created to share with this integration runtime.
- nodes
Sequence[Self
Hosted Integration Runtime Node Response] - The list of nodes for this integration runtime.
- auto
Update String - Whether Self-hosted integration runtime auto update has been turned on.
- auto
Update StringETA - The estimated time when the self-hosted integration runtime will be updated.
- capabilities Map<String>
- Object with additional information about integration runtime capabilities.
- create
Time String - The time at which the integration runtime was created, in ISO8601 format.
- data
Factory StringName - The workspace name which the integration runtime belong to.
- internal
Channel StringEncryption - 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 String - The latest version on download center.
- local
Time StringZone Offset - The local time zone offset in hours.
- node
Communication StringChannel Encryption Mode - The node communication Channel encryption mode
- pushed
Version String - The version that the integration runtime is going to update to.
- scheduled
Update StringDate - The date at which the integration runtime will be scheduled to update, in ISO8601 format.
- service
Urls List<String> - The URLs for the services used in integration runtime backend service.
- state String
- The state of integration runtime.
- task
Queue StringId - The task queue id of the integration runtime.
- update
Delay 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.
- version
Status 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