1. Packages
  2. Azure Native
  3. API Docs
  4. synapse
  5. getIntegrationRuntime
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.33.0 published on Friday, Mar 22, 2024 by Pulumi

azure-native.synapse.getIntegrationRuntime

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.33.0 published on Friday, Mar 22, 2024 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:synapse:getIntegrationRuntime
      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.

    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.AzureNative.Synapse.Outputs.ManagedIntegrationRuntimeResponse | Pulumi.AzureNative.Synapse.Outputs.SelfHostedIntegrationRuntimeResponse
    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 ManagedIntegrationRuntimeResponse | SelfHostedIntegrationRuntimeResponse
    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 ManagedIntegrationRuntimeResponse | SelfHostedIntegrationRuntimeResponse
    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 ManagedIntegrationRuntimeResponse | SelfHostedIntegrationRuntimeResponse
    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 ManagedIntegrationRuntimeResponse | SelfHostedIntegrationRuntimeResponse
    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.AzureNative.Synapse.Inputs.SecureStringResponse
    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 SecureStringResponse
    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 SecureStringResponse
    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 SecureStringResponse
    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 SecureStringResponse
    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.AzureNative.Synapse.Inputs.SecureStringResponse
    The license key to activate the component.
    ComponentName string
    The name of the 3rd party component.
    LicenseKey SecureStringResponse
    The license key to activate the component.
    componentName String
    The name of the 3rd party component.
    licenseKey SecureStringResponse
    The license key to activate the component.
    componentName string
    The name of the 3rd party component.
    licenseKey SecureStringResponse
    The license key to activate the component.
    component_name str
    The name of the 3rd party component.
    license_key SecureStringResponse
    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

    DataFlowProperties Pulumi.AzureNative.Synapse.Inputs.IntegrationRuntimeDataFlowPropertiesResponse
    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
    MaxParallelExecutionsPerNode int
    Maximum parallel executions count per node for managed integration runtime.
    NodeSize string
    The node size requirement to managed integration runtime.
    NumberOfNodes int
    The required number of nodes for managed integration runtime.
    VNetProperties Pulumi.AzureNative.Synapse.Inputs.IntegrationRuntimeVNetPropertiesResponse
    VNet properties for managed integration runtime.
    DataFlowProperties IntegrationRuntimeDataFlowPropertiesResponse
    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
    MaxParallelExecutionsPerNode int
    Maximum parallel executions count per node for managed integration runtime.
    NodeSize string
    The node size requirement to managed integration runtime.
    NumberOfNodes int
    The required number of nodes for managed integration runtime.
    VNetProperties IntegrationRuntimeVNetPropertiesResponse
    VNet properties for managed integration runtime.
    dataFlowProperties IntegrationRuntimeDataFlowPropertiesResponse
    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
    maxParallelExecutionsPerNode Integer
    Maximum parallel executions count per node for managed integration runtime.
    nodeSize String
    The node size requirement to managed integration runtime.
    numberOfNodes Integer
    The required number of nodes for managed integration runtime.
    vNetProperties IntegrationRuntimeVNetPropertiesResponse
    VNet properties for managed integration runtime.
    dataFlowProperties IntegrationRuntimeDataFlowPropertiesResponse
    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
    maxParallelExecutionsPerNode number
    Maximum parallel executions count per node for managed integration runtime.
    nodeSize string
    The node size requirement to managed integration runtime.
    numberOfNodes number
    The required number of nodes for managed integration runtime.
    vNetProperties IntegrationRuntimeVNetPropertiesResponse
    VNet properties for managed integration runtime.
    data_flow_properties IntegrationRuntimeDataFlowPropertiesResponse
    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_executions_per_node int
    Maximum parallel executions count per node for managed integration runtime.
    node_size str
    The node size requirement to managed integration runtime.
    number_of_nodes int
    The required number of nodes for managed integration runtime.
    v_net_properties IntegrationRuntimeVNetPropertiesResponse
    VNet properties for managed integration runtime.
    dataFlowProperties Property Map
    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
    maxParallelExecutionsPerNode Number
    Maximum parallel executions count per node for managed integration runtime.
    nodeSize String
    The node size requirement to managed integration runtime.
    numberOfNodes Number
    The required number of nodes for managed integration runtime.
    vNetProperties Property Map
    VNet properties for managed integration runtime.

    IntegrationRuntimeCustomSetupScriptPropertiesResponse

    BlobContainerUri string
    The URI of the Azure blob container that contains the custom setup script.
    SasToken Pulumi.AzureNative.Synapse.Inputs.SecureStringResponse
    The SAS token of the Azure blob container.
    BlobContainerUri string
    The URI of the Azure blob container that contains the custom setup script.
    SasToken SecureStringResponse
    The SAS token of the Azure blob container.
    blobContainerUri String
    The URI of the Azure blob container that contains the custom setup script.
    sasToken SecureStringResponse
    The SAS token of the Azure blob container.
    blobContainerUri string
    The URI of the Azure blob container that contains the custom setup script.
    sasToken SecureStringResponse
    The SAS token of the Azure blob container.
    blob_container_uri str
    The URI of the Azure blob container that contains the custom setup script.
    sas_token SecureStringResponse
    The SAS token of the Azure blob container.
    blobContainerUri String
    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.
    TimeToLive int
    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.
    TimeToLive int
    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.
    timeToLive Integer
    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.
    timeToLive number
    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_live int
    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.
    timeToLive Number
    Time to live (in minutes) setting of the cluster which will execute data flow job.

    IntegrationRuntimeDataProxyPropertiesResponse

    ConnectVia Pulumi.AzureNative.Synapse.Inputs.EntityReferenceResponse
    The self-hosted integration runtime reference.
    Path string
    The path to contain the staged data in the Blob storage.
    StagingLinkedService Pulumi.AzureNative.Synapse.Inputs.EntityReferenceResponse
    The staging linked service reference.
    ConnectVia EntityReferenceResponse
    The self-hosted integration runtime reference.
    Path string
    The path to contain the staged data in the Blob storage.
    StagingLinkedService EntityReferenceResponse
    The staging linked service reference.
    connectVia EntityReferenceResponse
    The self-hosted integration runtime reference.
    path String
    The path to contain the staged data in the Blob storage.
    stagingLinkedService EntityReferenceResponse
    The staging linked service reference.
    connectVia EntityReferenceResponse
    The self-hosted integration runtime reference.
    path string
    The path to contain the staged data in the Blob storage.
    stagingLinkedService EntityReferenceResponse
    The staging linked service reference.
    connect_via EntityReferenceResponse
    The self-hosted integration runtime reference.
    path str
    The path to contain the staged data in the Blob storage.
    staging_linked_service EntityReferenceResponse
    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.
    stagingLinkedService Property Map
    The staging linked service reference.

    IntegrationRuntimeSsisCatalogInfoResponse

    CatalogAdminPassword Pulumi.AzureNative.Synapse.Inputs.SecureStringResponse
    The password of the administrator user account of the catalog database.
    CatalogAdminUserName string
    The administrator user name of catalog database.
    CatalogPricingTier string
    The pricing tier for the catalog database. The valid values could be found in https://azure.microsoft.com/en-us/pricing/details/sql-database/
    CatalogServerEndpoint string
    The catalog database server URL.
    CatalogAdminPassword SecureStringResponse
    The password of the administrator user account of the catalog database.
    CatalogAdminUserName string
    The administrator user name of catalog database.
    CatalogPricingTier string
    The pricing tier for the catalog database. The valid values could be found in https://azure.microsoft.com/en-us/pricing/details/sql-database/
    CatalogServerEndpoint string
    The catalog database server URL.
    catalogAdminPassword SecureStringResponse
    The password of the administrator user account of the catalog database.
    catalogAdminUserName String
    The administrator user name of catalog database.
    catalogPricingTier String
    The pricing tier for the catalog database. The valid values could be found in https://azure.microsoft.com/en-us/pricing/details/sql-database/
    catalogServerEndpoint String
    The catalog database server URL.
    catalogAdminPassword SecureStringResponse
    The password of the administrator user account of the catalog database.
    catalogAdminUserName string
    The administrator user name of catalog database.
    catalogPricingTier string
    The pricing tier for the catalog database. The valid values could be found in https://azure.microsoft.com/en-us/pricing/details/sql-database/
    catalogServerEndpoint string
    The catalog database server URL.
    catalog_admin_password SecureStringResponse
    The password of the administrator user account of the catalog database.
    catalog_admin_user_name str
    The administrator user name of catalog database.
    catalog_pricing_tier str
    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_endpoint str
    The catalog database server URL.
    catalogAdminPassword Property Map
    The password of the administrator user account of the catalog database.
    catalogAdminUserName String
    The administrator user name of catalog database.
    catalogPricingTier String
    The pricing tier for the catalog database. The valid values could be found in https://azure.microsoft.com/en-us/pricing/details/sql-database/
    catalogServerEndpoint String
    The catalog database server URL.

    IntegrationRuntimeSsisPropertiesResponse

    CatalogInfo Pulumi.AzureNative.Synapse.Inputs.IntegrationRuntimeSsisCatalogInfoResponse
    Catalog information for managed dedicated integration runtime.
    CustomSetupScriptProperties Pulumi.AzureNative.Synapse.Inputs.IntegrationRuntimeCustomSetupScriptPropertiesResponse
    Custom setup script properties for a managed dedicated integration runtime.
    DataProxyProperties Pulumi.AzureNative.Synapse.Inputs.IntegrationRuntimeDataProxyPropertiesResponse
    Data proxy properties for a managed dedicated integration runtime.
    Edition string
    The edition for the SSIS Integration Runtime
    ExpressCustomSetupProperties List<object>
    Custom setup without script properties for a SSIS integration runtime.
    LicenseType string
    License type for bringing your own license scenario.
    CatalogInfo IntegrationRuntimeSsisCatalogInfoResponse
    Catalog information for managed dedicated integration runtime.
    CustomSetupScriptProperties IntegrationRuntimeCustomSetupScriptPropertiesResponse
    Custom setup script properties for a managed dedicated integration runtime.
    DataProxyProperties IntegrationRuntimeDataProxyPropertiesResponse
    Data proxy properties for a managed dedicated integration runtime.
    Edition string
    The edition for the SSIS Integration Runtime
    ExpressCustomSetupProperties []interface{}
    Custom setup without script properties for a SSIS integration runtime.
    LicenseType string
    License type for bringing your own license scenario.
    catalogInfo IntegrationRuntimeSsisCatalogInfoResponse
    Catalog information for managed dedicated integration runtime.
    customSetupScriptProperties IntegrationRuntimeCustomSetupScriptPropertiesResponse
    Custom setup script properties for a managed dedicated integration runtime.
    dataProxyProperties IntegrationRuntimeDataProxyPropertiesResponse
    Data proxy properties for a managed dedicated integration runtime.
    edition String
    The edition for the SSIS Integration Runtime
    expressCustomSetupProperties List<Object>
    Custom setup without script properties for a SSIS integration runtime.
    licenseType String
    License type for bringing your own license scenario.
    catalogInfo IntegrationRuntimeSsisCatalogInfoResponse
    Catalog information for managed dedicated integration runtime.
    customSetupScriptProperties IntegrationRuntimeCustomSetupScriptPropertiesResponse
    Custom setup script properties for a managed dedicated integration runtime.
    dataProxyProperties IntegrationRuntimeDataProxyPropertiesResponse
    Data proxy properties for a managed dedicated integration runtime.
    edition string
    The edition for the SSIS Integration Runtime
    expressCustomSetupProperties (CmdkeySetupResponse | ComponentSetupResponse | EnvironmentVariableSetupResponse)[]
    Custom setup without script properties for a SSIS integration runtime.
    licenseType string
    License type for bringing your own license scenario.
    catalog_info IntegrationRuntimeSsisCatalogInfoResponse
    Catalog information for managed dedicated integration runtime.
    custom_setup_script_properties IntegrationRuntimeCustomSetupScriptPropertiesResponse
    Custom setup script properties for a managed dedicated integration runtime.
    data_proxy_properties IntegrationRuntimeDataProxyPropertiesResponse
    Data proxy properties for a managed dedicated integration runtime.
    edition str
    The edition for the SSIS Integration Runtime
    express_custom_setup_properties Sequence[Union[CmdkeySetupResponse, ComponentSetupResponse, EnvironmentVariableSetupResponse]]
    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.
    customSetupScriptProperties Property Map
    Custom setup script properties for a managed dedicated integration runtime.
    dataProxyProperties Property Map
    Data proxy properties for a managed dedicated integration runtime.
    edition String
    The edition for the SSIS Integration Runtime
    expressCustomSetupProperties List<Property Map | Property Map | Property Map>
    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.
    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.
    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_id str
    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.
    vNetId String
    The ID of the VNet that this integration runtime will join.

    LinkedIntegrationRuntimeKeyAuthorizationResponse

    Key SecureStringResponse
    The key used for authorization.
    key SecureStringResponse
    The key used for authorization.
    key SecureStringResponse
    The key used for authorization.
    key SecureStringResponse
    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.AzureNative.Synapse.Inputs.IntegrationRuntimeComputePropertiesResponse
    The compute resource for managed integration runtime.
    CustomerVirtualNetwork Pulumi.AzureNative.Synapse.Inputs.IntegrationRuntimeCustomerVirtualNetworkResponse
    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.AzureNative.Synapse.Inputs.IntegrationRuntimeSsisPropertiesResponse
    SSIS properties for managed integration runtime.
    ProvisioningState string
    Integration runtime state, only valid for managed dedicated integration runtime.
    ComputeProperties IntegrationRuntimeComputePropertiesResponse
    The compute resource for managed integration runtime.
    CustomerVirtualNetwork IntegrationRuntimeCustomerVirtualNetworkResponse
    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 IntegrationRuntimeSsisPropertiesResponse
    SSIS properties for managed integration runtime.
    provisioningState String
    Integration runtime state, only valid for managed dedicated integration runtime.
    computeProperties IntegrationRuntimeComputePropertiesResponse
    The compute resource for managed integration runtime.
    customerVirtualNetwork IntegrationRuntimeCustomerVirtualNetworkResponse
    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 IntegrationRuntimeSsisPropertiesResponse
    SSIS properties for managed integration runtime.
    provisioningState string
    Integration runtime state, only valid for managed dedicated integration runtime.
    computeProperties IntegrationRuntimeComputePropertiesResponse
    The compute resource for managed integration runtime.
    customerVirtualNetwork IntegrationRuntimeCustomerVirtualNetworkResponse
    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 IntegrationRuntimeSsisPropertiesResponse
    SSIS properties for managed integration runtime.
    provisioning_state str
    Integration runtime state, only valid for managed dedicated integration runtime.
    compute_properties IntegrationRuntimeComputePropertiesResponse
    The compute resource for managed integration runtime.
    customer_virtual_network IntegrationRuntimeCustomerVirtualNetworkResponse
    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 IntegrationRuntimeSsisPropertiesResponse
    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.
    customerVirtualNetwork Property Map
    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 LinkedIntegrationRuntimeKeyAuthorizationResponse | LinkedIntegrationRuntimeRbacAuthorizationResponse
    Linked integration runtime type from data factory
    description String
    Integration runtime description.
    linkedInfo LinkedIntegrationRuntimeKeyAuthorizationResponse | LinkedIntegrationRuntimeRbacAuthorizationResponse
    Linked integration runtime type from data factory
    description string
    Integration runtime description.
    linkedInfo LinkedIntegrationRuntimeKeyAuthorizationResponse | LinkedIntegrationRuntimeRbacAuthorizationResponse
    Linked integration runtime type from data factory
    description str
    Integration runtime description.
    linked_info LinkedIntegrationRuntimeKeyAuthorizationResponse | LinkedIntegrationRuntimeRbacAuthorizationResponse
    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
    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.33.0 published on Friday, Mar 22, 2024 by Pulumi