1. Packages
  2. Azure Native
  3. API Docs
  4. synapse
  5. getIntegrationRuntimeStatus
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.8.0 published on Monday, Sep 18, 2023 by Pulumi

azure-native.synapse.getIntegrationRuntimeStatus

Explore with Pulumi AI

azure-native logo
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.8.0 published on Monday, Sep 18, 2023 by Pulumi

    Get the integration runtime status Azure REST API version: 2021-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(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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:synapse:getIntegrationRuntimeStatus
      arguments:
        # arguments dictionary

    The following arguments are supported:

    IntegrationRuntimeName string

    Integration runtime name

    ResourceGroupName string

    The name of the resource group. The name is case insensitive.

    WorkspaceName string

    The name of the workspace.

    IntegrationRuntimeName string

    Integration runtime name

    ResourceGroupName string

    The name of the resource group. The name is case insensitive.

    WorkspaceName string

    The name of the workspace.

    integrationRuntimeName String

    Integration runtime name

    resourceGroupName String

    The name of the resource group. The name is case insensitive.

    workspaceName String

    The name of the workspace.

    integrationRuntimeName string

    Integration runtime name

    resourceGroupName string

    The name of the resource group. The name is case insensitive.

    workspaceName string

    The name of the workspace.

    integration_runtime_name str

    Integration runtime name

    resource_group_name str

    The name of the resource group. The name is case insensitive.

    workspace_name str

    The name of the workspace.

    integrationRuntimeName String

    Integration runtime name

    resourceGroupName String

    The name of the resource group. The name is case insensitive.

    workspaceName String

    The name of the workspace.

    getIntegrationRuntimeStatus Result

    The following output properties are available:

    Name string

    The integration runtime name.

    Properties ManagedIntegrationRuntimeStatusResponse | SelfHostedIntegrationRuntimeStatusResponse

    Integration runtime properties.

    name String

    The integration runtime name.

    properties ManagedIntegrationRuntimeStatusResponse | SelfHostedIntegrationRuntimeStatusResponse

    Integration runtime properties.

    name string

    The integration runtime name.

    properties ManagedIntegrationRuntimeStatusResponse | SelfHostedIntegrationRuntimeStatusResponse

    Integration runtime properties.

    name str

    The integration runtime name.

    properties ManagedIntegrationRuntimeStatusResponse | SelfHostedIntegrationRuntimeStatusResponse

    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.

    DataFactoryLocation string

    The location of the workspace for which the linked integration runtime belong to.

    DataFactoryName string

    The name of the workspace 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.

    DataFactoryLocation string

    The location of the workspace for which the linked integration runtime belong to.

    DataFactoryName string

    The name of the workspace 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.

    dataFactoryLocation String

    The location of the workspace for which the linked integration runtime belong to.

    dataFactoryName String

    The name of the workspace 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.

    dataFactoryLocation string

    The location of the workspace for which the linked integration runtime belong to.

    dataFactoryName string

    The name of the workspace 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_location str

    The location of the workspace for which the linked integration runtime belong to.

    data_factory_name str

    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.

    createTime String

    The creating time of the linked integration runtime.

    dataFactoryLocation String

    The location of the workspace for which the linked integration runtime belong to.

    dataFactoryName String

    The name of the workspace 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.AzureNative.Synapse.Inputs.ManagedIntegrationRuntimeErrorResponse>

    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 []ManagedIntegrationRuntimeErrorResponse

    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<ManagedIntegrationRuntimeErrorResponse>

    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 ManagedIntegrationRuntimeErrorResponse[]

    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[ManagedIntegrationRuntimeErrorResponse]

    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.

    DataFactoryName string

    The workspace name which the integration runtime belong to.

    LastOperation Pulumi.AzureNative.Synapse.Inputs.ManagedIntegrationRuntimeOperationResultResponse

    The last operation result that occurred on this integration runtime.

    Nodes List<Pulumi.AzureNative.Synapse.Inputs.ManagedIntegrationRuntimeNodeResponse>

    The list of nodes for managed integration runtime.

    OtherErrors List<Pulumi.AzureNative.Synapse.Inputs.ManagedIntegrationRuntimeErrorResponse>

    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.

    DataFactoryName string

    The workspace name which the integration runtime belong to.

    LastOperation ManagedIntegrationRuntimeOperationResultResponse

    The last operation result that occurred on this integration runtime.

    Nodes []ManagedIntegrationRuntimeNodeResponse

    The list of nodes for managed integration runtime.

    OtherErrors []ManagedIntegrationRuntimeErrorResponse

    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.

    dataFactoryName String

    The workspace name which the integration runtime belong to.

    lastOperation ManagedIntegrationRuntimeOperationResultResponse

    The last operation result that occurred on this integration runtime.

    nodes List<ManagedIntegrationRuntimeNodeResponse>

    The list of nodes for managed integration runtime.

    otherErrors List<ManagedIntegrationRuntimeErrorResponse>

    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.

    dataFactoryName string

    The workspace name which the integration runtime belong to.

    lastOperation ManagedIntegrationRuntimeOperationResultResponse

    The last operation result that occurred on this integration runtime.

    nodes ManagedIntegrationRuntimeNodeResponse[]

    The list of nodes for managed integration runtime.

    otherErrors ManagedIntegrationRuntimeErrorResponse[]

    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_name str

    The workspace name which the integration runtime belong to.

    last_operation ManagedIntegrationRuntimeOperationResultResponse

    The last operation result that occurred on this integration runtime.

    nodes Sequence[ManagedIntegrationRuntimeNodeResponse]

    The list of nodes for managed integration runtime.

    other_errors Sequence[ManagedIntegrationRuntimeErrorResponse]

    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.

    dataFactoryName String

    The workspace 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

    ConcurrentJobsLimit int

    Maximum concurrent jobs on the integration runtime node.

    ExpiryTime string

    The time at which the integration runtime will expire in ISO8601 format.

    HostServiceUri string

    URI for the host machine of the integration runtime.

    IsActiveDispatcher bool

    Indicates whether this node is the active dispatcher for integration runtime requests.

    LastConnectTime string

    The most recent time at which the integration runtime was connected in ISO8601 format.

    LastEndUpdateTime string

    The last time for the integration runtime node update end.

    LastStartTime string

    The time the node last started up.

    LastStartUpdateTime string

    The last time for the integration runtime node update start.

    LastStopTime string

    The integration runtime node last stop time.

    LastUpdateResult string

    The result of the last integration runtime node update.

    MachineName string

    Machine name of the integration runtime node.

    MaxConcurrentJobs int

    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

    ConcurrentJobsLimit int

    Maximum concurrent jobs on the integration runtime node.

    ExpiryTime string

    The time at which the integration runtime will expire in ISO8601 format.

    HostServiceUri string

    URI for the host machine of the integration runtime.

    IsActiveDispatcher bool

    Indicates whether this node is the active dispatcher for integration runtime requests.

    LastConnectTime string

    The most recent time at which the integration runtime was connected in ISO8601 format.

    LastEndUpdateTime string

    The last time for the integration runtime node update end.

    LastStartTime string

    The time the node last started up.

    LastStartUpdateTime string

    The last time for the integration runtime node update start.

    LastStopTime string

    The integration runtime node last stop time.

    LastUpdateResult string

    The result of the last integration runtime node update.

    MachineName string

    Machine name of the integration runtime node.

    MaxConcurrentJobs int

    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

    concurrentJobsLimit Integer

    Maximum concurrent jobs on the integration runtime node.

    expiryTime String

    The time at which the integration runtime will expire in ISO8601 format.

    hostServiceUri String

    URI for the host machine of the integration runtime.

    isActiveDispatcher Boolean

    Indicates whether this node is the active dispatcher for integration runtime requests.

    lastConnectTime String

    The most recent time at which the integration runtime was connected in ISO8601 format.

    lastEndUpdateTime String

    The last time for the integration runtime node update end.

    lastStartTime String

    The time the node last started up.

    lastStartUpdateTime String

    The last time for the integration runtime node update start.

    lastStopTime String

    The integration runtime node last stop time.

    lastUpdateResult String

    The result of the last integration runtime node update.

    machineName String

    Machine name of the integration runtime node.

    maxConcurrentJobs Integer

    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

    concurrentJobsLimit number

    Maximum concurrent jobs on the integration runtime node.

    expiryTime string

    The time at which the integration runtime will expire in ISO8601 format.

    hostServiceUri string

    URI for the host machine of the integration runtime.

    isActiveDispatcher boolean

    Indicates whether this node is the active dispatcher for integration runtime requests.

    lastConnectTime string

    The most recent time at which the integration runtime was connected in ISO8601 format.

    lastEndUpdateTime string

    The last time for the integration runtime node update end.

    lastStartTime string

    The time the node last started up.

    lastStartUpdateTime string

    The last time for the integration runtime node update start.

    lastStopTime string

    The integration runtime node last stop time.

    lastUpdateResult string

    The result of the last integration runtime node update.

    machineName string

    Machine name of the integration runtime node.

    maxConcurrentJobs number

    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_limit int

    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_uri str

    URI for the host machine of the integration runtime.

    is_active_dispatcher bool

    Indicates whether this node is the active dispatcher for integration runtime requests.

    last_connect_time str

    The most recent time at which the integration runtime was connected in ISO8601 format.

    last_end_update_time str

    The last time for the integration runtime node update end.

    last_start_time str

    The time the node last started up.

    last_start_update_time str

    The last time for the integration runtime node update start.

    last_stop_time str

    The integration runtime node last stop time.

    last_update_result str

    The result of the last integration runtime node update.

    machine_name str

    Machine name of the integration runtime node.

    max_concurrent_jobs int

    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

    concurrentJobsLimit Number

    Maximum concurrent jobs on the integration runtime node.

    expiryTime String

    The time at which the integration runtime will expire in ISO8601 format.

    hostServiceUri String

    URI for the host machine of the integration runtime.

    isActiveDispatcher Boolean

    Indicates whether this node is the active dispatcher for integration runtime requests.

    lastConnectTime String

    The most recent time at which the integration runtime was connected in ISO8601 format.

    lastEndUpdateTime String

    The last time for the integration runtime node update end.

    lastStartTime String

    The time the node last started up.

    lastStartUpdateTime String

    The last time for the integration runtime node update start.

    lastStopTime String

    The integration runtime node last stop time.

    lastUpdateResult String

    The result of the last integration runtime node update.

    machineName String

    Machine name of the integration runtime node.

    maxConcurrentJobs Number

    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.

    AutoUpdateETA string

    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.

    DataFactoryName string

    The workspace name which the integration runtime belong to.

    InternalChannelEncryption string

    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.

    LocalTimeZoneOffset string

    The local time zone offset in hours.

    NodeCommunicationChannelEncryptionMode string

    The node communication Channel encryption mode

    PushedVersion string

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

    ScheduledUpdateDate string

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

    ServiceUrls List<string>

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

    State string

    The state of integration runtime.

    TaskQueueId string

    The task queue id of the integration runtime.

    UpdateDelayOffset string

    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.AzureNative.Synapse.Inputs.LinkedIntegrationRuntimeResponse>

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

    Nodes List<Pulumi.AzureNative.Synapse.Inputs.SelfHostedIntegrationRuntimeNodeResponse>

    The list of nodes for this integration runtime.

    AutoUpdate string

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

    AutoUpdateETA string

    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.

    DataFactoryName string

    The workspace name which the integration runtime belong to.

    InternalChannelEncryption string

    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.

    LocalTimeZoneOffset string

    The local time zone offset in hours.

    NodeCommunicationChannelEncryptionMode string

    The node communication Channel encryption mode

    PushedVersion string

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

    ScheduledUpdateDate string

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

    ServiceUrls []string

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

    State string

    The state of integration runtime.

    TaskQueueId string

    The task queue id of the integration runtime.

    UpdateDelayOffset string

    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 []LinkedIntegrationRuntimeResponse

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

    Nodes []SelfHostedIntegrationRuntimeNodeResponse

    The list of nodes for this integration runtime.

    autoUpdate String

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

    autoUpdateETA String

    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.

    dataFactoryName String

    The workspace name which the integration runtime belong to.

    internalChannelEncryption String

    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.

    localTimeZoneOffset String

    The local time zone offset in hours.

    nodeCommunicationChannelEncryptionMode String

    The node communication Channel encryption mode

    pushedVersion String

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

    scheduledUpdateDate String

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

    serviceUrls List<String>

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

    state String

    The state of integration runtime.

    taskQueueId String

    The task queue id of the integration runtime.

    updateDelayOffset String

    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<LinkedIntegrationRuntimeResponse>

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

    nodes List<SelfHostedIntegrationRuntimeNodeResponse>

    The list of nodes for this integration runtime.

    autoUpdate string

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

    autoUpdateETA string

    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.

    dataFactoryName string

    The workspace name which the integration runtime belong to.

    internalChannelEncryption string

    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.

    localTimeZoneOffset string

    The local time zone offset in hours.

    nodeCommunicationChannelEncryptionMode string

    The node communication Channel encryption mode

    pushedVersion string

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

    scheduledUpdateDate string

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

    serviceUrls string[]

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

    state string

    The state of integration runtime.

    taskQueueId string

    The task queue id of the integration runtime.

    updateDelayOffset string

    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 LinkedIntegrationRuntimeResponse[]

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

    nodes SelfHostedIntegrationRuntimeNodeResponse[]

    The list of nodes for this integration runtime.

    auto_update str

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

    auto_update_eta str

    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_name str

    The workspace name which the integration runtime belong to.

    internal_channel_encryption str

    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_zone_offset str

    The local time zone offset in hours.

    node_communication_channel_encryption_mode str

    The node communication Channel encryption mode

    pushed_version str

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

    scheduled_update_date str

    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_id str

    The task queue id of the integration runtime.

    update_delay_offset str

    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[LinkedIntegrationRuntimeResponse]

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

    nodes Sequence[SelfHostedIntegrationRuntimeNodeResponse]

    The list of nodes for this integration runtime.

    autoUpdate String

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

    autoUpdateETA String

    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.

    dataFactoryName String

    The workspace name which the integration runtime belong to.

    internalChannelEncryption String

    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.

    localTimeZoneOffset String

    The local time zone offset in hours.

    nodeCommunicationChannelEncryptionMode String

    The node communication Channel encryption mode

    pushedVersion String

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

    scheduledUpdateDate String

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

    serviceUrls List<String>

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

    state String

    The state of integration runtime.

    taskQueueId String

    The task queue id of the integration runtime.

    updateDelayOffset String

    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
    azure-native logo
    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.8.0 published on Monday, Sep 18, 2023 by Pulumi