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.synapse.getIntegrationRuntime
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
Get an integration runtime Azure REST API version: 2021-06-01.
Other available API versions: 2021-06-01-preview.
Using getIntegrationRuntime
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 getIntegrationRuntime(args: GetIntegrationRuntimeArgs, opts?: InvokeOptions): Promise<GetIntegrationRuntimeResult>
function getIntegrationRuntimeOutput(args: GetIntegrationRuntimeOutputArgs, opts?: InvokeOptions): Output<GetIntegrationRuntimeResult>def get_integration_runtime(integration_runtime_name: Optional[str] = None,
                            resource_group_name: Optional[str] = None,
                            workspace_name: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetIntegrationRuntimeResult
def get_integration_runtime_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[GetIntegrationRuntimeResult]func LookupIntegrationRuntime(ctx *Context, args *LookupIntegrationRuntimeArgs, opts ...InvokeOption) (*LookupIntegrationRuntimeResult, error)
func LookupIntegrationRuntimeOutput(ctx *Context, args *LookupIntegrationRuntimeOutputArgs, opts ...InvokeOption) LookupIntegrationRuntimeResultOutput> Note: This function is named LookupIntegrationRuntime in the Go SDK.
public static class GetIntegrationRuntime 
{
    public static Task<GetIntegrationRuntimeResult> InvokeAsync(GetIntegrationRuntimeArgs args, InvokeOptions? opts = null)
    public static Output<GetIntegrationRuntimeResult> Invoke(GetIntegrationRuntimeInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetIntegrationRuntimeResult> getIntegrationRuntime(GetIntegrationRuntimeArgs args, InvokeOptions options)
public static Output<GetIntegrationRuntimeResult> getIntegrationRuntime(GetIntegrationRuntimeArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:synapse:getIntegrationRuntime
  arguments:
    # arguments dictionaryThe following arguments are supported:
- IntegrationRuntime stringName 
- Integration runtime name
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- WorkspaceName string
- The name of the workspace.
- IntegrationRuntime stringName 
- Integration runtime name
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- WorkspaceName string
- The name of the workspace.
- integrationRuntime StringName 
- Integration runtime name
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- workspaceName String
- The name of the workspace.
- integrationRuntime stringName 
- Integration runtime name
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- workspaceName 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.
- integrationRuntime StringName 
- Integration runtime name
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- workspaceName String
- The name of the workspace.
getIntegrationRuntime Result
The following output properties are available:
- Etag string
- Resource Etag.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- Properties
Pulumi.Azure | Pulumi.Native. Synapse. Outputs. Managed Integration Runtime Response Azure Native. Synapse. Outputs. Self Hosted Integration Runtime Response 
- Integration runtime properties.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Etag string
- Resource Etag.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- Properties
ManagedIntegration | SelfRuntime Response Hosted Integration Runtime Response 
- Integration runtime properties.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- etag String
- Resource Etag.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- properties
ManagedIntegration | SelfRuntime Response Hosted Integration Runtime Response 
- Integration runtime properties.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- etag string
- Resource Etag.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name string
- The name of the resource
- properties
ManagedIntegration | SelfRuntime Response Hosted Integration Runtime Response 
- Integration runtime properties.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- etag str
- Resource Etag.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name str
- The name of the resource
- properties
ManagedIntegration | SelfRuntime Response Hosted Integration Runtime Response 
- Integration runtime properties.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- etag String
- Resource Etag.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- properties Property Map | Property Map
- Integration runtime properties.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
CmdkeySetupResponse  
- Password
Pulumi.Azure Native. Synapse. Inputs. Secure String Response 
- The password of data source access.
- TargetName object
- The server name of data source access.
- UserName object
- The user name of data source access.
- Password
SecureString Response 
- The password of data source access.
- TargetName interface{}
- The server name of data source access.
- UserName interface{}
- The user name of data source access.
- password
SecureString Response 
- The password of data source access.
- targetName Object
- The server name of data source access.
- userName Object
- The user name of data source access.
- password
SecureString Response 
- The password of data source access.
- targetName any
- The server name of data source access.
- userName any
- The user name of data source access.
- password
SecureString Response 
- The password of data source access.
- target_name Any
- The server name of data source access.
- user_name Any
- The user name of data source access.
- password Property Map
- The password of data source access.
- targetName Any
- The server name of data source access.
- userName Any
- The user name of data source access.
ComponentSetupResponse  
- ComponentName string
- The name of the 3rd party component.
- LicenseKey Pulumi.Azure Native. Synapse. Inputs. Secure String Response 
- The license key to activate the component.
- ComponentName string
- The name of the 3rd party component.
- LicenseKey SecureString Response 
- The license key to activate the component.
- componentName String
- The name of the 3rd party component.
- licenseKey SecureString Response 
- The license key to activate the component.
- componentName string
- The name of the 3rd party component.
- licenseKey SecureString Response 
- The license key to activate the component.
- component_name str
- The name of the 3rd party component.
- license_key SecureString Response 
- The license key to activate the component.
- componentName String
- The name of the 3rd party component.
- licenseKey Property Map
- The license key to activate the component.
EntityReferenceResponse  
- ReferenceName string
- The name of this referenced entity.
- Type string
- The type of this referenced entity.
- ReferenceName string
- The name of this referenced entity.
- Type string
- The type of this referenced entity.
- referenceName String
- The name of this referenced entity.
- type String
- The type of this referenced entity.
- referenceName string
- The name of this referenced entity.
- type string
- The type of this referenced entity.
- reference_name str
- The name of this referenced entity.
- type str
- The type of this referenced entity.
- referenceName String
- The name of this referenced entity.
- type String
- The type of this referenced entity.
EnvironmentVariableSetupResponse   
- VariableName string
- The name of the environment variable.
- VariableValue string
- The value of the environment variable.
- VariableName string
- The name of the environment variable.
- VariableValue string
- The value of the environment variable.
- variableName String
- The name of the environment variable.
- variableValue String
- The value of the environment variable.
- variableName string
- The name of the environment variable.
- variableValue string
- The value of the environment variable.
- variable_name str
- The name of the environment variable.
- variable_value str
- The value of the environment variable.
- variableName String
- The name of the environment variable.
- variableValue String
- The value of the environment variable.
IntegrationRuntimeComputePropertiesResponse    
- DataFlow Pulumi.Properties Azure Native. Synapse. Inputs. Integration Runtime Data Flow Properties Response 
- Data flow properties for managed integration runtime.
- Location string
- The location for managed integration runtime. The supported regions could be found on https://docs.microsoft.com/en-us/azure/data-factory/data-factory-data-movement-activities
- MaxParallel intExecutions Per Node 
- Maximum parallel executions count per node for managed integration runtime.
- NodeSize string
- The node size requirement to managed integration runtime.
- NumberOf intNodes 
- The required number of nodes for managed integration runtime.
- VNetProperties Pulumi.Azure Native. Synapse. Inputs. Integration Runtime VNet Properties Response 
- VNet properties for managed integration runtime.
- DataFlow IntegrationProperties Runtime Data Flow Properties Response 
- Data flow properties for managed integration runtime.
- Location string
- The location for managed integration runtime. The supported regions could be found on https://docs.microsoft.com/en-us/azure/data-factory/data-factory-data-movement-activities
- MaxParallel intExecutions Per Node 
- Maximum parallel executions count per node for managed integration runtime.
- NodeSize string
- The node size requirement to managed integration runtime.
- NumberOf intNodes 
- The required number of nodes for managed integration runtime.
- VNetProperties IntegrationRuntime VNet Properties Response 
- VNet properties for managed integration runtime.
- dataFlow IntegrationProperties Runtime Data Flow Properties Response 
- Data flow properties for managed integration runtime.
- location String
- The location for managed integration runtime. The supported regions could be found on https://docs.microsoft.com/en-us/azure/data-factory/data-factory-data-movement-activities
- maxParallel IntegerExecutions Per Node 
- Maximum parallel executions count per node for managed integration runtime.
- nodeSize String
- The node size requirement to managed integration runtime.
- numberOf IntegerNodes 
- The required number of nodes for managed integration runtime.
- vNet IntegrationProperties Runtime VNet Properties Response 
- VNet properties for managed integration runtime.
- dataFlow IntegrationProperties Runtime Data Flow Properties Response 
- Data flow properties for managed integration runtime.
- location string
- The location for managed integration runtime. The supported regions could be found on https://docs.microsoft.com/en-us/azure/data-factory/data-factory-data-movement-activities
- maxParallel numberExecutions Per Node 
- Maximum parallel executions count per node for managed integration runtime.
- nodeSize string
- The node size requirement to managed integration runtime.
- numberOf numberNodes 
- The required number of nodes for managed integration runtime.
- vNet IntegrationProperties Runtime VNet Properties Response 
- VNet properties for managed integration runtime.
- data_flow_ Integrationproperties Runtime Data Flow Properties Response 
- Data flow properties for managed integration runtime.
- location str
- The location for managed integration runtime. The supported regions could be found on https://docs.microsoft.com/en-us/azure/data-factory/data-factory-data-movement-activities
- max_parallel_ intexecutions_ per_ node 
- Maximum parallel executions count per node for managed integration runtime.
- node_size str
- The node size requirement to managed integration runtime.
- number_of_ intnodes 
- The required number of nodes for managed integration runtime.
- v_net_ Integrationproperties Runtime VNet Properties Response 
- VNet properties for managed integration runtime.
- dataFlow Property MapProperties 
- Data flow properties for managed integration runtime.
- location String
- The location for managed integration runtime. The supported regions could be found on https://docs.microsoft.com/en-us/azure/data-factory/data-factory-data-movement-activities
- maxParallel NumberExecutions Per Node 
- Maximum parallel executions count per node for managed integration runtime.
- nodeSize String
- The node size requirement to managed integration runtime.
- numberOf NumberNodes 
- The required number of nodes for managed integration runtime.
- vNet Property MapProperties 
- VNet properties for managed integration runtime.
IntegrationRuntimeCustomSetupScriptPropertiesResponse      
- BlobContainer stringUri 
- The URI of the Azure blob container that contains the custom setup script.
- SasToken Pulumi.Azure Native. Synapse. Inputs. Secure String Response 
- The SAS token of the Azure blob container.
- BlobContainer stringUri 
- The URI of the Azure blob container that contains the custom setup script.
- SasToken SecureString Response 
- The SAS token of the Azure blob container.
- blobContainer StringUri 
- The URI of the Azure blob container that contains the custom setup script.
- sasToken SecureString Response 
- The SAS token of the Azure blob container.
- blobContainer stringUri 
- The URI of the Azure blob container that contains the custom setup script.
- sasToken SecureString Response 
- The SAS token of the Azure blob container.
- blob_container_ struri 
- The URI of the Azure blob container that contains the custom setup script.
- sas_token SecureString Response 
- The SAS token of the Azure blob container.
- blobContainer StringUri 
- The URI of the Azure blob container that contains the custom setup script.
- sasToken Property Map
- The SAS token of the Azure blob container.
IntegrationRuntimeCustomerVirtualNetworkResponse     
- SubnetId string
- The ID of subnet to which Azure-SSIS integration runtime will join.
- SubnetId string
- The ID of subnet to which Azure-SSIS integration runtime will join.
- subnetId String
- The ID of subnet to which Azure-SSIS integration runtime will join.
- subnetId string
- The ID of subnet to which Azure-SSIS integration runtime will join.
- subnet_id str
- The ID of subnet to which Azure-SSIS integration runtime will join.
- subnetId String
- The ID of subnet to which Azure-SSIS integration runtime will join.
IntegrationRuntimeDataFlowPropertiesResponse     
- ComputeType string
- Compute type of the cluster which will execute data flow job.
- CoreCount int
- Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272.
- TimeTo intLive 
- Time to live (in minutes) setting of the cluster which will execute data flow job.
- ComputeType string
- Compute type of the cluster which will execute data flow job.
- CoreCount int
- Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272.
- TimeTo intLive 
- Time to live (in minutes) setting of the cluster which will execute data flow job.
- computeType String
- Compute type of the cluster which will execute data flow job.
- coreCount Integer
- Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272.
- timeTo IntegerLive 
- Time to live (in minutes) setting of the cluster which will execute data flow job.
- computeType string
- Compute type of the cluster which will execute data flow job.
- coreCount number
- Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272.
- timeTo numberLive 
- Time to live (in minutes) setting of the cluster which will execute data flow job.
- compute_type str
- Compute type of the cluster which will execute data flow job.
- core_count int
- Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272.
- time_to_ intlive 
- Time to live (in minutes) setting of the cluster which will execute data flow job.
- computeType String
- Compute type of the cluster which will execute data flow job.
- coreCount Number
- Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272.
- timeTo NumberLive 
- Time to live (in minutes) setting of the cluster which will execute data flow job.
IntegrationRuntimeDataProxyPropertiesResponse     
- ConnectVia Pulumi.Azure Native. Synapse. Inputs. Entity Reference Response 
- The self-hosted integration runtime reference.
- Path string
- The path to contain the staged data in the Blob storage.
- StagingLinked Pulumi.Service Azure Native. Synapse. Inputs. Entity Reference Response 
- The staging linked service reference.
- ConnectVia EntityReference Response 
- The self-hosted integration runtime reference.
- Path string
- The path to contain the staged data in the Blob storage.
- StagingLinked EntityService Reference Response 
- The staging linked service reference.
- connectVia EntityReference Response 
- The self-hosted integration runtime reference.
- path String
- The path to contain the staged data in the Blob storage.
- stagingLinked EntityService Reference Response 
- The staging linked service reference.
- connectVia EntityReference Response 
- The self-hosted integration runtime reference.
- path string
- The path to contain the staged data in the Blob storage.
- stagingLinked EntityService Reference Response 
- The staging linked service reference.
- connect_via EntityReference Response 
- The self-hosted integration runtime reference.
- path str
- The path to contain the staged data in the Blob storage.
- staging_linked_ Entityservice Reference Response 
- The staging linked service reference.
- connectVia Property Map
- The self-hosted integration runtime reference.
- path String
- The path to contain the staged data in the Blob storage.
- stagingLinked Property MapService 
- The staging linked service reference.
IntegrationRuntimeSsisCatalogInfoResponse     
- CatalogAdmin Pulumi.Password Azure Native. Synapse. Inputs. Secure String Response 
- The password of the administrator user account of the catalog database.
- CatalogAdmin stringUser Name 
- The administrator user name of catalog database.
- CatalogPricing stringTier 
- The pricing tier for the catalog database. The valid values could be found in https://azure.microsoft.com/en-us/pricing/details/sql-database/
- CatalogServer stringEndpoint 
- The catalog database server URL.
- CatalogAdmin SecurePassword String Response 
- The password of the administrator user account of the catalog database.
- CatalogAdmin stringUser Name 
- The administrator user name of catalog database.
- CatalogPricing stringTier 
- The pricing tier for the catalog database. The valid values could be found in https://azure.microsoft.com/en-us/pricing/details/sql-database/
- CatalogServer stringEndpoint 
- The catalog database server URL.
- catalogAdmin SecurePassword String Response 
- The password of the administrator user account of the catalog database.
- catalogAdmin StringUser Name 
- The administrator user name of catalog database.
- catalogPricing StringTier 
- The pricing tier for the catalog database. The valid values could be found in https://azure.microsoft.com/en-us/pricing/details/sql-database/
- catalogServer StringEndpoint 
- The catalog database server URL.
- catalogAdmin SecurePassword String Response 
- The password of the administrator user account of the catalog database.
- catalogAdmin stringUser Name 
- The administrator user name of catalog database.
- catalogPricing stringTier 
- The pricing tier for the catalog database. The valid values could be found in https://azure.microsoft.com/en-us/pricing/details/sql-database/
- catalogServer stringEndpoint 
- The catalog database server URL.
- catalog_admin_ Securepassword String Response 
- The password of the administrator user account of the catalog database.
- catalog_admin_ struser_ name 
- The administrator user name of catalog database.
- catalog_pricing_ strtier 
- The pricing tier for the catalog database. The valid values could be found in https://azure.microsoft.com/en-us/pricing/details/sql-database/
- catalog_server_ strendpoint 
- The catalog database server URL.
- catalogAdmin Property MapPassword 
- The password of the administrator user account of the catalog database.
- catalogAdmin StringUser Name 
- The administrator user name of catalog database.
- catalogPricing StringTier 
- The pricing tier for the catalog database. The valid values could be found in https://azure.microsoft.com/en-us/pricing/details/sql-database/
- catalogServer StringEndpoint 
- The catalog database server URL.
IntegrationRuntimeSsisPropertiesResponse    
- CatalogInfo Pulumi.Azure Native. Synapse. Inputs. Integration Runtime Ssis Catalog Info Response 
- Catalog information for managed dedicated integration runtime.
- CustomSetup Pulumi.Script Properties Azure Native. Synapse. Inputs. Integration Runtime Custom Setup Script Properties Response 
- Custom setup script properties for a managed dedicated integration runtime.
- DataProxy Pulumi.Properties Azure Native. Synapse. Inputs. Integration Runtime Data Proxy Properties Response 
- Data proxy properties for a managed dedicated integration runtime.
- Edition string
- The edition for the SSIS Integration Runtime
- ExpressCustom List<object>Setup Properties 
- Custom setup without script properties for a SSIS integration runtime.
- LicenseType string
- License type for bringing your own license scenario.
- CatalogInfo IntegrationRuntime Ssis Catalog Info Response 
- Catalog information for managed dedicated integration runtime.
- CustomSetup IntegrationScript Properties Runtime Custom Setup Script Properties Response 
- Custom setup script properties for a managed dedicated integration runtime.
- DataProxy IntegrationProperties Runtime Data Proxy Properties Response 
- Data proxy properties for a managed dedicated integration runtime.
- Edition string
- The edition for the SSIS Integration Runtime
- ExpressCustom []interface{}Setup Properties 
- Custom setup without script properties for a SSIS integration runtime.
- LicenseType string
- License type for bringing your own license scenario.
- catalogInfo IntegrationRuntime Ssis Catalog Info Response 
- Catalog information for managed dedicated integration runtime.
- customSetup IntegrationScript Properties Runtime Custom Setup Script Properties Response 
- Custom setup script properties for a managed dedicated integration runtime.
- dataProxy IntegrationProperties Runtime Data Proxy Properties Response 
- Data proxy properties for a managed dedicated integration runtime.
- edition String
- The edition for the SSIS Integration Runtime
- expressCustom List<Object>Setup Properties 
- Custom setup without script properties for a SSIS integration runtime.
- licenseType String
- License type for bringing your own license scenario.
- catalogInfo IntegrationRuntime Ssis Catalog Info Response 
- Catalog information for managed dedicated integration runtime.
- customSetup IntegrationScript Properties Runtime Custom Setup Script Properties Response 
- Custom setup script properties for a managed dedicated integration runtime.
- dataProxy IntegrationProperties Runtime Data Proxy Properties Response 
- Data proxy properties for a managed dedicated integration runtime.
- edition string
- The edition for the SSIS Integration Runtime
- expressCustom (CmdkeySetup Properties Setup Response | Component Setup Response | Environment Variable Setup Response)[] 
- Custom setup without script properties for a SSIS integration runtime.
- licenseType string
- License type for bringing your own license scenario.
- catalog_info IntegrationRuntime Ssis Catalog Info Response 
- Catalog information for managed dedicated integration runtime.
- custom_setup_ Integrationscript_ properties Runtime Custom Setup Script Properties Response 
- Custom setup script properties for a managed dedicated integration runtime.
- data_proxy_ Integrationproperties Runtime Data Proxy Properties Response 
- Data proxy properties for a managed dedicated integration runtime.
- edition str
- The edition for the SSIS Integration Runtime
- express_custom_ Sequence[Union[Cmdkeysetup_ properties Setup Response, Component Setup Response, Environment Variable Setup Response]] 
- Custom setup without script properties for a SSIS integration runtime.
- license_type str
- License type for bringing your own license scenario.
- catalogInfo Property Map
- Catalog information for managed dedicated integration runtime.
- customSetup Property MapScript Properties 
- Custom setup script properties for a managed dedicated integration runtime.
- dataProxy Property MapProperties 
- Data proxy properties for a managed dedicated integration runtime.
- edition String
- The edition for the SSIS Integration Runtime
- expressCustom List<Property Map | Property Map | Property Map>Setup Properties 
- Custom setup without script properties for a SSIS integration runtime.
- licenseType String
- License type for bringing your own license scenario.
IntegrationRuntimeVNetPropertiesResponse    
- PublicIPs List<string>
- Resource IDs of the public IP addresses that this integration runtime will use.
- Subnet string
- The name of the subnet this integration runtime will join.
- SubnetId string
- The ID of subnet, to which this Azure-SSIS integration runtime will be joined.
- VNetId string
- The ID of the VNet that this integration runtime will join.
- PublicIPs []string
- Resource IDs of the public IP addresses that this integration runtime will use.
- Subnet string
- The name of the subnet this integration runtime will join.
- SubnetId string
- The ID of subnet, to which this Azure-SSIS integration runtime will be joined.
- VNetId string
- The ID of the VNet that this integration runtime will join.
- publicIPs List<String>
- Resource IDs of the public IP addresses that this integration runtime will use.
- subnet String
- The name of the subnet this integration runtime will join.
- subnetId String
- The ID of subnet, to which this Azure-SSIS integration runtime will be joined.
- vNet StringId 
- The ID of the VNet that this integration runtime will join.
- publicIPs string[]
- Resource IDs of the public IP addresses that this integration runtime will use.
- subnet string
- The name of the subnet this integration runtime will join.
- subnetId string
- The ID of subnet, to which this Azure-SSIS integration runtime will be joined.
- vNet stringId 
- The ID of the VNet that this integration runtime will join.
- public_ips Sequence[str]
- Resource IDs of the public IP addresses that this integration runtime will use.
- subnet str
- The name of the subnet this integration runtime will join.
- subnet_id str
- The ID of subnet, to which this Azure-SSIS integration runtime will be joined.
- v_net_ strid 
- The ID of the VNet that this integration runtime will join.
- publicIPs List<String>
- Resource IDs of the public IP addresses that this integration runtime will use.
- subnet String
- The name of the subnet this integration runtime will join.
- subnetId String
- The ID of subnet, to which this Azure-SSIS integration runtime will be joined.
- vNet StringId 
- The ID of the VNet that this integration runtime will join.
LinkedIntegrationRuntimeKeyAuthorizationResponse     
- Key
Pulumi.Azure Native. Synapse. Inputs. Secure String Response 
- The key used for authorization.
- Key
SecureString Response 
- The key used for authorization.
- key
SecureString Response 
- The key used for authorization.
- key
SecureString Response 
- The key used for authorization.
- key
SecureString Response 
- The key used for authorization.
- key Property Map
- The key used for authorization.
LinkedIntegrationRuntimeRbacAuthorizationResponse     
- ResourceId string
- The resource identifier of the integration runtime to be shared.
- ResourceId string
- The resource identifier of the integration runtime to be shared.
- resourceId String
- The resource identifier of the integration runtime to be shared.
- resourceId string
- The resource identifier of the integration runtime to be shared.
- resource_id str
- The resource identifier of the integration runtime to be shared.
- resourceId String
- The resource identifier of the integration runtime to be shared.
ManagedIntegrationRuntimeResponse   
- ProvisioningState string
- Integration runtime state, only valid for managed dedicated integration runtime.
- ComputeProperties Pulumi.Azure Native. Synapse. Inputs. Integration Runtime Compute Properties Response 
- The compute resource for managed integration runtime.
- CustomerVirtual Pulumi.Network Azure Native. Synapse. Inputs. Integration Runtime Customer Virtual Network Response 
- The name of virtual network to which Azure-SSIS integration runtime will join
- Description string
- Integration runtime description.
- Id string
- The id of the managed virtual network.
- ReferenceName string
- The reference name of the managed virtual network
- SsisProperties Pulumi.Azure Native. Synapse. Inputs. Integration Runtime Ssis Properties Response 
- SSIS properties for managed integration runtime.
- ProvisioningState string
- Integration runtime state, only valid for managed dedicated integration runtime.
- ComputeProperties IntegrationRuntime Compute Properties Response 
- The compute resource for managed integration runtime.
- CustomerVirtual IntegrationNetwork Runtime Customer Virtual Network Response 
- The name of virtual network to which Azure-SSIS integration runtime will join
- Description string
- Integration runtime description.
- Id string
- The id of the managed virtual network.
- ReferenceName string
- The reference name of the managed virtual network
- SsisProperties IntegrationRuntime Ssis Properties Response 
- SSIS properties for managed integration runtime.
- provisioningState String
- Integration runtime state, only valid for managed dedicated integration runtime.
- computeProperties IntegrationRuntime Compute Properties Response 
- The compute resource for managed integration runtime.
- customerVirtual IntegrationNetwork Runtime Customer Virtual Network Response 
- The name of virtual network to which Azure-SSIS integration runtime will join
- description String
- Integration runtime description.
- id String
- The id of the managed virtual network.
- referenceName String
- The reference name of the managed virtual network
- ssisProperties IntegrationRuntime Ssis Properties Response 
- SSIS properties for managed integration runtime.
- provisioningState string
- Integration runtime state, only valid for managed dedicated integration runtime.
- computeProperties IntegrationRuntime Compute Properties Response 
- The compute resource for managed integration runtime.
- customerVirtual IntegrationNetwork Runtime Customer Virtual Network Response 
- The name of virtual network to which Azure-SSIS integration runtime will join
- description string
- Integration runtime description.
- id string
- The id of the managed virtual network.
- referenceName string
- The reference name of the managed virtual network
- ssisProperties IntegrationRuntime Ssis Properties Response 
- SSIS properties for managed integration runtime.
- provisioning_state str
- Integration runtime state, only valid for managed dedicated integration runtime.
- compute_properties IntegrationRuntime Compute Properties Response 
- The compute resource for managed integration runtime.
- customer_virtual_ Integrationnetwork Runtime Customer Virtual Network Response 
- The name of virtual network to which Azure-SSIS integration runtime will join
- description str
- Integration runtime description.
- id str
- The id of the managed virtual network.
- reference_name str
- The reference name of the managed virtual network
- ssis_properties IntegrationRuntime Ssis Properties Response 
- SSIS properties for managed integration runtime.
- provisioningState String
- Integration runtime state, only valid for managed dedicated integration runtime.
- computeProperties Property Map
- The compute resource for managed integration runtime.
- customerVirtual Property MapNetwork 
- The name of virtual network to which Azure-SSIS integration runtime will join
- description String
- Integration runtime description.
- id String
- The id of the managed virtual network.
- referenceName String
- The reference name of the managed virtual network
- ssisProperties Property Map
- SSIS properties for managed integration runtime.
SecureStringResponse  
- Value string
- Value of secure string.
- Value string
- Value of secure string.
- value String
- Value of secure string.
- value string
- Value of secure string.
- value str
- Value of secure string.
- value String
- Value of secure string.
SelfHostedIntegrationRuntimeResponse    
- Description string
- Integration runtime description.
- LinkedInfo Pulumi.Azure | Pulumi.Native. Synapse. Inputs. Linked Integration Runtime Key Authorization Response Azure Native. Synapse. Inputs. Linked Integration Runtime Rbac Authorization Response 
- Linked integration runtime type from data factory
- Description string
- Integration runtime description.
- LinkedInfo LinkedIntegration | LinkedRuntime Key Authorization Response Integration Runtime Rbac Authorization Response 
- Linked integration runtime type from data factory
- description String
- Integration runtime description.
- linkedInfo LinkedIntegration | LinkedRuntime Key Authorization Response Integration Runtime Rbac Authorization Response 
- Linked integration runtime type from data factory
- description string
- Integration runtime description.
- linkedInfo LinkedIntegration | LinkedRuntime Key Authorization Response Integration Runtime Rbac Authorization Response 
- Linked integration runtime type from data factory
- description str
- Integration runtime description.
- linked_info LinkedIntegration | LinkedRuntime Key Authorization Response Integration Runtime Rbac Authorization Response 
- Linked integration runtime type from data factory
- description String
- Integration runtime description.
- linkedInfo Property Map | Property Map
- Linked integration runtime type from data factory
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