azure-native.datafactory.IntegrationRuntime
Explore with Pulumi AI
Integration runtime resource type. API Version: 2018-06-01.
Example Usage
IntegrationRuntimes_Create
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var integrationRuntime = new AzureNative.DataFactory.IntegrationRuntime("integrationRuntime", new()
{
FactoryName = "exampleFactoryName",
IntegrationRuntimeName = "exampleIntegrationRuntime",
Properties = new AzureNative.DataFactory.Inputs.SelfHostedIntegrationRuntimeArgs
{
Description = "A selfhosted integration runtime",
Type = "SelfHosted",
},
ResourceGroupName = "exampleResourceGroup",
});
});
package main
import (
datafactory "github.com/pulumi/pulumi-azure-native-sdk/datafactory"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := datafactory.NewIntegrationRuntime(ctx, "integrationRuntime", &datafactory.IntegrationRuntimeArgs{
FactoryName: pulumi.String("exampleFactoryName"),
IntegrationRuntimeName: pulumi.String("exampleIntegrationRuntime"),
Properties: datafactory.SelfHostedIntegrationRuntime{
Description: "A selfhosted integration runtime",
Type: "SelfHosted",
},
ResourceGroupName: pulumi.String("exampleResourceGroup"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.datafactory.IntegrationRuntime;
import com.pulumi.azurenative.datafactory.IntegrationRuntimeArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var integrationRuntime = new IntegrationRuntime("integrationRuntime", IntegrationRuntimeArgs.builder()
.factoryName("exampleFactoryName")
.integrationRuntimeName("exampleIntegrationRuntime")
.properties(Map.ofEntries(
Map.entry("description", "A selfhosted integration runtime"),
Map.entry("type", "SelfHosted")
))
.resourceGroupName("exampleResourceGroup")
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
integration_runtime = azure_native.datafactory.IntegrationRuntime("integrationRuntime",
factory_name="exampleFactoryName",
integration_runtime_name="exampleIntegrationRuntime",
properties=azure_native.datafactory.SelfHostedIntegrationRuntimeArgs(
description="A selfhosted integration runtime",
type="SelfHosted",
),
resource_group_name="exampleResourceGroup")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const integrationRuntime = new azure_native.datafactory.IntegrationRuntime("integrationRuntime", {
factoryName: "exampleFactoryName",
integrationRuntimeName: "exampleIntegrationRuntime",
properties: {
description: "A selfhosted integration runtime",
type: "SelfHosted",
},
resourceGroupName: "exampleResourceGroup",
});
resources:
integrationRuntime:
type: azure-native:datafactory:IntegrationRuntime
properties:
factoryName: exampleFactoryName
integrationRuntimeName: exampleIntegrationRuntime
properties:
description: A selfhosted integration runtime
type: SelfHosted
resourceGroupName: exampleResourceGroup
Create IntegrationRuntime Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new IntegrationRuntime(name: string, args: IntegrationRuntimeArgs, opts?: CustomResourceOptions);
@overload
def IntegrationRuntime(resource_name: str,
args: IntegrationRuntimeArgs,
opts: Optional[ResourceOptions] = None)
@overload
def IntegrationRuntime(resource_name: str,
opts: Optional[ResourceOptions] = None,
factory_name: Optional[str] = None,
properties: Optional[Union[ManagedIntegrationRuntimeArgs, SelfHostedIntegrationRuntimeArgs]] = None,
resource_group_name: Optional[str] = None,
integration_runtime_name: Optional[str] = None)
func NewIntegrationRuntime(ctx *Context, name string, args IntegrationRuntimeArgs, opts ...ResourceOption) (*IntegrationRuntime, error)
public IntegrationRuntime(string name, IntegrationRuntimeArgs args, CustomResourceOptions? opts = null)
public IntegrationRuntime(String name, IntegrationRuntimeArgs args)
public IntegrationRuntime(String name, IntegrationRuntimeArgs args, CustomResourceOptions options)
type: azure-native:datafactory:IntegrationRuntime
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args IntegrationRuntimeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args IntegrationRuntimeArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args IntegrationRuntimeArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args IntegrationRuntimeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args IntegrationRuntimeArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var integrationRuntimeResource = new AzureNative.Datafactory.IntegrationRuntime("integrationRuntimeResource", new()
{
FactoryName = "string",
Properties =
{
{ "type", "Managed" },
{ "computeProperties",
{
{ "copyComputeScaleProperties",
{
{ "dataIntegrationUnit", 0 },
{ "timeToLive", 0 },
} },
{ "dataFlowProperties",
{
{ "cleanup", false },
{ "computeType", "string" },
{ "coreCount", 0 },
{ "customProperties", new[]
{
{
{ "name", "string" },
{ "value", "string" },
},
} },
{ "timeToLive", 0 },
} },
{ "location", "string" },
{ "maxParallelExecutionsPerNode", 0 },
{ "nodeSize", "string" },
{ "numberOfNodes", 0 },
{ "pipelineExternalComputeScaleProperties",
{
{ "timeToLive", 0 },
} },
{ "vNetProperties",
{
{ "publicIPs", new[]
{
"string",
} },
{ "subnet", "string" },
{ "subnetId", "string" },
{ "vNetId", "string" },
} },
} },
{ "customerVirtualNetwork",
{
{ "subnetId", "string" },
} },
{ "description", "string" },
{ "managedVirtualNetwork",
{
{ "referenceName", "string" },
{ "type", "string" },
} },
{ "ssisProperties",
{
{ "catalogInfo",
{
{ "catalogAdminPassword",
{
{ "type", "SecureString" },
{ "value", "string" },
} },
{ "catalogAdminUserName", "string" },
{ "catalogPricingTier", "string" },
{ "catalogServerEndpoint", "string" },
{ "dualStandbyPairName", "string" },
} },
{ "credential",
{
{ "referenceName", "string" },
{ "type", "string" },
} },
{ "customSetupScriptProperties",
{
{ "blobContainerUri", "string" },
{ "sasToken",
{
{ "type", "SecureString" },
{ "value", "string" },
} },
} },
{ "dataProxyProperties",
{
{ "connectVia",
{
{ "referenceName", "string" },
{ "type", "string" },
} },
{ "path", "string" },
{ "stagingLinkedService",
{
{ "referenceName", "string" },
{ "type", "string" },
} },
} },
{ "edition", "string" },
{ "expressCustomSetupProperties", new[]
{
{
{ "type", "AzPowerShellSetup" },
{ "version", "string" },
},
} },
{ "licenseType", "string" },
{ "packageStores", new[]
{
{
{ "name", "string" },
{ "packageStoreLinkedService",
{
{ "referenceName", "string" },
{ "type", "string" },
} },
},
} },
} },
},
ResourceGroupName = "string",
IntegrationRuntimeName = "string",
});
example, err := datafactory.NewIntegrationRuntime(ctx, "integrationRuntimeResource", &datafactory.IntegrationRuntimeArgs{
FactoryName: "string",
Properties: map[string]interface{}{
"type": "Managed",
"computeProperties": map[string]interface{}{
"copyComputeScaleProperties": map[string]interface{}{
"dataIntegrationUnit": 0,
"timeToLive": 0,
},
"dataFlowProperties": map[string]interface{}{
"cleanup": false,
"computeType": "string",
"coreCount": 0,
"customProperties": []map[string]interface{}{
map[string]interface{}{
"name": "string",
"value": "string",
},
},
"timeToLive": 0,
},
"location": "string",
"maxParallelExecutionsPerNode": 0,
"nodeSize": "string",
"numberOfNodes": 0,
"pipelineExternalComputeScaleProperties": map[string]interface{}{
"timeToLive": 0,
},
"vNetProperties": map[string]interface{}{
"publicIPs": []string{
"string",
},
"subnet": "string",
"subnetId": "string",
"vNetId": "string",
},
},
"customerVirtualNetwork": map[string]interface{}{
"subnetId": "string",
},
"description": "string",
"managedVirtualNetwork": map[string]interface{}{
"referenceName": "string",
"type": "string",
},
"ssisProperties": map[string]interface{}{
"catalogInfo": map[string]interface{}{
"catalogAdminPassword": map[string]interface{}{
"type": "SecureString",
"value": "string",
},
"catalogAdminUserName": "string",
"catalogPricingTier": "string",
"catalogServerEndpoint": "string",
"dualStandbyPairName": "string",
},
"credential": map[string]interface{}{
"referenceName": "string",
"type": "string",
},
"customSetupScriptProperties": map[string]interface{}{
"blobContainerUri": "string",
"sasToken": map[string]interface{}{
"type": "SecureString",
"value": "string",
},
},
"dataProxyProperties": map[string]interface{}{
"connectVia": map[string]interface{}{
"referenceName": "string",
"type": "string",
},
"path": "string",
"stagingLinkedService": map[string]interface{}{
"referenceName": "string",
"type": "string",
},
},
"edition": "string",
"expressCustomSetupProperties": []map[string]interface{}{
map[string]interface{}{
"type": "AzPowerShellSetup",
"version": "string",
},
},
"licenseType": "string",
"packageStores": []map[string]interface{}{
map[string]interface{}{
"name": "string",
"packageStoreLinkedService": map[string]interface{}{
"referenceName": "string",
"type": "string",
},
},
},
},
},
ResourceGroupName: "string",
IntegrationRuntimeName: "string",
})
var integrationRuntimeResource = new IntegrationRuntime("integrationRuntimeResource", IntegrationRuntimeArgs.builder()
.factoryName("string")
.properties(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.resourceGroupName("string")
.integrationRuntimeName("string")
.build());
integration_runtime_resource = azure_native.datafactory.IntegrationRuntime("integrationRuntimeResource",
factory_name=string,
properties={
type: Managed,
computeProperties: {
copyComputeScaleProperties: {
dataIntegrationUnit: 0,
timeToLive: 0,
},
dataFlowProperties: {
cleanup: False,
computeType: string,
coreCount: 0,
customProperties: [{
name: string,
value: string,
}],
timeToLive: 0,
},
location: string,
maxParallelExecutionsPerNode: 0,
nodeSize: string,
numberOfNodes: 0,
pipelineExternalComputeScaleProperties: {
timeToLive: 0,
},
vNetProperties: {
publicIPs: [string],
subnet: string,
subnetId: string,
vNetId: string,
},
},
customerVirtualNetwork: {
subnetId: string,
},
description: string,
managedVirtualNetwork: {
referenceName: string,
type: string,
},
ssisProperties: {
catalogInfo: {
catalogAdminPassword: {
type: SecureString,
value: string,
},
catalogAdminUserName: string,
catalogPricingTier: string,
catalogServerEndpoint: string,
dualStandbyPairName: string,
},
credential: {
referenceName: string,
type: string,
},
customSetupScriptProperties: {
blobContainerUri: string,
sasToken: {
type: SecureString,
value: string,
},
},
dataProxyProperties: {
connectVia: {
referenceName: string,
type: string,
},
path: string,
stagingLinkedService: {
referenceName: string,
type: string,
},
},
edition: string,
expressCustomSetupProperties: [{
type: AzPowerShellSetup,
version: string,
}],
licenseType: string,
packageStores: [{
name: string,
packageStoreLinkedService: {
referenceName: string,
type: string,
},
}],
},
},
resource_group_name=string,
integration_runtime_name=string)
const integrationRuntimeResource = new azure_native.datafactory.IntegrationRuntime("integrationRuntimeResource", {
factoryName: "string",
properties: {
type: "Managed",
computeProperties: {
copyComputeScaleProperties: {
dataIntegrationUnit: 0,
timeToLive: 0,
},
dataFlowProperties: {
cleanup: false,
computeType: "string",
coreCount: 0,
customProperties: [{
name: "string",
value: "string",
}],
timeToLive: 0,
},
location: "string",
maxParallelExecutionsPerNode: 0,
nodeSize: "string",
numberOfNodes: 0,
pipelineExternalComputeScaleProperties: {
timeToLive: 0,
},
vNetProperties: {
publicIPs: ["string"],
subnet: "string",
subnetId: "string",
vNetId: "string",
},
},
customerVirtualNetwork: {
subnetId: "string",
},
description: "string",
managedVirtualNetwork: {
referenceName: "string",
type: "string",
},
ssisProperties: {
catalogInfo: {
catalogAdminPassword: {
type: "SecureString",
value: "string",
},
catalogAdminUserName: "string",
catalogPricingTier: "string",
catalogServerEndpoint: "string",
dualStandbyPairName: "string",
},
credential: {
referenceName: "string",
type: "string",
},
customSetupScriptProperties: {
blobContainerUri: "string",
sasToken: {
type: "SecureString",
value: "string",
},
},
dataProxyProperties: {
connectVia: {
referenceName: "string",
type: "string",
},
path: "string",
stagingLinkedService: {
referenceName: "string",
type: "string",
},
},
edition: "string",
expressCustomSetupProperties: [{
type: "AzPowerShellSetup",
version: "string",
}],
licenseType: "string",
packageStores: [{
name: "string",
packageStoreLinkedService: {
referenceName: "string",
type: "string",
},
}],
},
},
resourceGroupName: "string",
integrationRuntimeName: "string",
});
type: azure-native:datafactory:IntegrationRuntime
properties:
factoryName: string
integrationRuntimeName: string
properties:
computeProperties:
copyComputeScaleProperties:
dataIntegrationUnit: 0
timeToLive: 0
dataFlowProperties:
cleanup: false
computeType: string
coreCount: 0
customProperties:
- name: string
value: string
timeToLive: 0
location: string
maxParallelExecutionsPerNode: 0
nodeSize: string
numberOfNodes: 0
pipelineExternalComputeScaleProperties:
timeToLive: 0
vNetProperties:
publicIPs:
- string
subnet: string
subnetId: string
vNetId: string
customerVirtualNetwork:
subnetId: string
description: string
managedVirtualNetwork:
referenceName: string
type: string
ssisProperties:
catalogInfo:
catalogAdminPassword:
type: SecureString
value: string
catalogAdminUserName: string
catalogPricingTier: string
catalogServerEndpoint: string
dualStandbyPairName: string
credential:
referenceName: string
type: string
customSetupScriptProperties:
blobContainerUri: string
sasToken:
type: SecureString
value: string
dataProxyProperties:
connectVia:
referenceName: string
type: string
path: string
stagingLinkedService:
referenceName: string
type: string
edition: string
expressCustomSetupProperties:
- type: AzPowerShellSetup
version: string
licenseType: string
packageStores:
- name: string
packageStoreLinkedService:
referenceName: string
type: string
type: Managed
resourceGroupName: string
IntegrationRuntime Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The IntegrationRuntime resource accepts the following input properties:
- Factory
Name string - The factory name.
- Properties
Pulumi.
Azure | Pulumi.Native. Data Factory. Inputs. Managed Integration Runtime Azure Native. Data Factory. Inputs. Self Hosted Integration Runtime - Integration runtime properties.
- Resource
Group stringName - The resource group name.
- Integration
Runtime stringName - The integration runtime name.
- Factory
Name string - The factory name.
- Properties
Managed
Integration | SelfRuntime Args Hosted Integration Runtime Args - Integration runtime properties.
- Resource
Group stringName - The resource group name.
- Integration
Runtime stringName - The integration runtime name.
- factory
Name String - The factory name.
- properties
Managed
Integration | SelfRuntime Hosted Integration Runtime - Integration runtime properties.
- resource
Group StringName - The resource group name.
- integration
Runtime StringName - The integration runtime name.
- factory
Name string - The factory name.
- properties
Managed
Integration | SelfRuntime Hosted Integration Runtime - Integration runtime properties.
- resource
Group stringName - The resource group name.
- integration
Runtime stringName - The integration runtime name.
- factory_
name str - The factory name.
- properties
Managed
Integration | SelfRuntime Args Hosted Integration Runtime Args - Integration runtime properties.
- resource_
group_ strname - The resource group name.
- integration_
runtime_ strname - The integration runtime name.
- factory
Name String - The factory name.
- properties Property Map | Property Map
- Integration runtime properties.
- resource
Group StringName - The resource group name.
- integration
Runtime StringName - The integration runtime name.
Outputs
All input properties are implicitly available as output properties. Additionally, the IntegrationRuntime resource produces the following output properties:
Supporting Types
AzPowerShellSetup, AzPowerShellSetupArgs
- Version string
- The required version of Azure PowerShell to install.
- Version string
- The required version of Azure PowerShell to install.
- version String
- The required version of Azure PowerShell to install.
- version string
- The required version of Azure PowerShell to install.
- version str
- The required version of Azure PowerShell to install.
- version String
- The required version of Azure PowerShell to install.
AzPowerShellSetupResponse, AzPowerShellSetupResponseArgs
- Version string
- The required version of Azure PowerShell to install.
- Version string
- The required version of Azure PowerShell to install.
- version String
- The required version of Azure PowerShell to install.
- version string
- The required version of Azure PowerShell to install.
- version str
- The required version of Azure PowerShell to install.
- version String
- The required version of Azure PowerShell to install.
AzureKeyVaultSecretReference, AzureKeyVaultSecretReferenceArgs
- Secret
Name object - The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
- Store
Pulumi.
Azure Native. Data Factory. Inputs. Linked Service Reference - The Azure Key Vault linked service reference.
- Secret
Version object - The version of the secret in Azure Key Vault. The default value is the latest version of the secret. Type: string (or Expression with resultType string).
- Secret
Name interface{} - The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
- Store
Linked
Service Reference - The Azure Key Vault linked service reference.
- Secret
Version interface{} - The version of the secret in Azure Key Vault. The default value is the latest version of the secret. Type: string (or Expression with resultType string).
- secret
Name Object - The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
- store
Linked
Service Reference - The Azure Key Vault linked service reference.
- secret
Version Object - The version of the secret in Azure Key Vault. The default value is the latest version of the secret. Type: string (or Expression with resultType string).
- secret
Name any - The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
- store
Linked
Service Reference - The Azure Key Vault linked service reference.
- secret
Version any - The version of the secret in Azure Key Vault. The default value is the latest version of the secret. Type: string (or Expression with resultType string).
- secret_
name Any - The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
- store
Linked
Service Reference - The Azure Key Vault linked service reference.
- secret_
version Any - The version of the secret in Azure Key Vault. The default value is the latest version of the secret. Type: string (or Expression with resultType string).
- secret
Name Any - The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
- store Property Map
- The Azure Key Vault linked service reference.
- secret
Version Any - The version of the secret in Azure Key Vault. The default value is the latest version of the secret. Type: string (or Expression with resultType string).
AzureKeyVaultSecretReferenceResponse, AzureKeyVaultSecretReferenceResponseArgs
- Secret
Name object - The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
- Store
Pulumi.
Azure Native. Data Factory. Inputs. Linked Service Reference Response - The Azure Key Vault linked service reference.
- Secret
Version object - The version of the secret in Azure Key Vault. The default value is the latest version of the secret. Type: string (or Expression with resultType string).
- Secret
Name interface{} - The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
- Store
Linked
Service Reference Response - The Azure Key Vault linked service reference.
- Secret
Version interface{} - The version of the secret in Azure Key Vault. The default value is the latest version of the secret. Type: string (or Expression with resultType string).
- secret
Name Object - The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
- store
Linked
Service Reference Response - The Azure Key Vault linked service reference.
- secret
Version Object - The version of the secret in Azure Key Vault. The default value is the latest version of the secret. Type: string (or Expression with resultType string).
- secret
Name any - The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
- store
Linked
Service Reference Response - The Azure Key Vault linked service reference.
- secret
Version any - The version of the secret in Azure Key Vault. The default value is the latest version of the secret. Type: string (or Expression with resultType string).
- secret_
name Any - The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
- store
Linked
Service Reference Response - The Azure Key Vault linked service reference.
- secret_
version Any - The version of the secret in Azure Key Vault. The default value is the latest version of the secret. Type: string (or Expression with resultType string).
- secret
Name Any - The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
- store Property Map
- The Azure Key Vault linked service reference.
- secret
Version Any - The version of the secret in Azure Key Vault. The default value is the latest version of the secret. Type: string (or Expression with resultType string).
CmdkeySetup, CmdkeySetupArgs
- Password
Pulumi.
Azure | Pulumi.Native. Data Factory. Inputs. Azure Key Vault Secret Reference Azure Native. Data Factory. Inputs. Secure String - The password of data source access.
- Target
Name object - The server name of data source access.
- User
Name object - The user name of data source access.
- Password
Azure
Key | SecureVault Secret Reference String - The password of data source access.
- Target
Name interface{} - The server name of data source access.
- User
Name interface{} - The user name of data source access.
- password
Azure
Key | SecureVault Secret Reference String - The password of data source access.
- target
Name Object - The server name of data source access.
- user
Name Object - The user name of data source access.
- password
Azure
Key | SecureVault Secret Reference String - 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
Azure
Key | SecureVault Secret Reference String - 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 | Property Map
- 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.
CmdkeySetupResponse, CmdkeySetupResponseArgs
- Password
Pulumi.
Azure | Pulumi.Native. Data Factory. Inputs. Azure Key Vault Secret Reference Response Azure Native. Data Factory. Inputs. Secure String Response - The password of data source access.
- Target
Name object - The server name of data source access.
- User
Name object - The user name of data source access.
- Password
Azure
Key | SecureVault Secret Reference Response String Response - The password of data source access.
- Target
Name interface{} - The server name of data source access.
- User
Name interface{} - The user name of data source access.
- password
Azure
Key | SecureVault Secret Reference Response String Response - The password of data source access.
- target
Name Object - The server name of data source access.
- user
Name Object - The user name of data source access.
- password
Azure
Key | SecureVault Secret Reference Response String 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
Azure
Key | SecureVault Secret Reference Response String 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 | Property Map
- 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.
ComponentSetup, ComponentSetupArgs
- Component
Name string - The name of the 3rd party component.
- License
Key Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Azure Key Vault Secret Reference Azure Native. Data Factory. Inputs. Secure String - The license key to activate the component.
- Component
Name string - The name of the 3rd party component.
- License
Key AzureKey | SecureVault Secret Reference String - The license key to activate the component.
- component
Name String - The name of the 3rd party component.
- license
Key AzureKey | SecureVault Secret Reference String - The license key to activate the component.
- component
Name string - The name of the 3rd party component.
- license
Key AzureKey | SecureVault Secret Reference String - The license key to activate the component.
- component_
name str - The name of the 3rd party component.
- license_
key AzureKey | SecureVault Secret Reference String - The license key to activate the component.
- component
Name String - The name of the 3rd party component.
- license
Key Property Map | Property Map - The license key to activate the component.
ComponentSetupResponse, ComponentSetupResponseArgs
- Component
Name string - The name of the 3rd party component.
- License
Key Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Azure Key Vault Secret Reference Response Azure Native. Data Factory. Inputs. Secure String Response - The license key to activate the component.
- Component
Name string - The name of the 3rd party component.
- License
Key AzureKey | SecureVault Secret Reference Response String Response - The license key to activate the component.
- component
Name String - The name of the 3rd party component.
- license
Key AzureKey | SecureVault Secret Reference Response String Response - The license key to activate the component.
- component
Name string - The name of the 3rd party component.
- license
Key AzureKey | SecureVault Secret Reference Response String Response - The license key to activate the component.
- component_
name str - The name of the 3rd party component.
- license_
key AzureKey | SecureVault Secret Reference Response String Response - The license key to activate the component.
- component
Name String - The name of the 3rd party component.
- license
Key Property Map | Property Map - The license key to activate the component.
CopyComputeScaleProperties, CopyComputeScalePropertiesArgs
- Data
Integration intUnit - DIU number setting reserved for copy activity execution. Supported values are multiples of 4 in range 4-256.
- Time
To intLive - Time to live (in minutes) setting of integration runtime which will execute copy activity.
- Data
Integration intUnit - DIU number setting reserved for copy activity execution. Supported values are multiples of 4 in range 4-256.
- Time
To intLive - Time to live (in minutes) setting of integration runtime which will execute copy activity.
- data
Integration IntegerUnit - DIU number setting reserved for copy activity execution. Supported values are multiples of 4 in range 4-256.
- time
To IntegerLive - Time to live (in minutes) setting of integration runtime which will execute copy activity.
- data
Integration numberUnit - DIU number setting reserved for copy activity execution. Supported values are multiples of 4 in range 4-256.
- time
To numberLive - Time to live (in minutes) setting of integration runtime which will execute copy activity.
- data_
integration_ intunit - DIU number setting reserved for copy activity execution. Supported values are multiples of 4 in range 4-256.
- time_
to_ intlive - Time to live (in minutes) setting of integration runtime which will execute copy activity.
- data
Integration NumberUnit - DIU number setting reserved for copy activity execution. Supported values are multiples of 4 in range 4-256.
- time
To NumberLive - Time to live (in minutes) setting of integration runtime which will execute copy activity.
CopyComputeScalePropertiesResponse, CopyComputeScalePropertiesResponseArgs
- Data
Integration intUnit - DIU number setting reserved for copy activity execution. Supported values are multiples of 4 in range 4-256.
- Time
To intLive - Time to live (in minutes) setting of integration runtime which will execute copy activity.
- Data
Integration intUnit - DIU number setting reserved for copy activity execution. Supported values are multiples of 4 in range 4-256.
- Time
To intLive - Time to live (in minutes) setting of integration runtime which will execute copy activity.
- data
Integration IntegerUnit - DIU number setting reserved for copy activity execution. Supported values are multiples of 4 in range 4-256.
- time
To IntegerLive - Time to live (in minutes) setting of integration runtime which will execute copy activity.
- data
Integration numberUnit - DIU number setting reserved for copy activity execution. Supported values are multiples of 4 in range 4-256.
- time
To numberLive - Time to live (in minutes) setting of integration runtime which will execute copy activity.
- data_
integration_ intunit - DIU number setting reserved for copy activity execution. Supported values are multiples of 4 in range 4-256.
- time_
to_ intlive - Time to live (in minutes) setting of integration runtime which will execute copy activity.
- data
Integration NumberUnit - DIU number setting reserved for copy activity execution. Supported values are multiples of 4 in range 4-256.
- time
To NumberLive - Time to live (in minutes) setting of integration runtime which will execute copy activity.
CredentialReference, CredentialReferenceArgs
- Reference
Name string - Reference credential name.
- Type
string | Pulumi.
Azure Native. Data Factory. Credential Reference Type - Credential reference type.
- Reference
Name string - Reference credential name.
- Type
string | Credential
Reference Type - Credential reference type.
- reference
Name String - Reference credential name.
- type
String | Credential
Reference Type - Credential reference type.
- reference
Name string - Reference credential name.
- type
string | Credential
Reference Type - Credential reference type.
- reference_
name str - Reference credential name.
- type
str | Credential
Reference Type - Credential reference type.
- reference
Name String - Reference credential name.
- type
String | "Credential
Reference" - Credential reference type.
CredentialReferenceResponse, CredentialReferenceResponseArgs
- Reference
Name string - Reference credential name.
- Type string
- Credential reference type.
- Reference
Name string - Reference credential name.
- Type string
- Credential reference type.
- reference
Name String - Reference credential name.
- type String
- Credential reference type.
- reference
Name string - Reference credential name.
- type string
- Credential reference type.
- reference_
name str - Reference credential name.
- type str
- Credential reference type.
- reference
Name String - Reference credential name.
- type String
- Credential reference type.
CredentialReferenceType, CredentialReferenceTypeArgs
- Credential
Reference - CredentialReference
- Credential
Reference Type Credential Reference - CredentialReference
- Credential
Reference - CredentialReference
- Credential
Reference - CredentialReference
- CREDENTIAL_REFERENCE
- CredentialReference
- "Credential
Reference" - CredentialReference
DataFlowComputeType, DataFlowComputeTypeArgs
- General
- General
- Memory
Optimized - MemoryOptimized
- Compute
Optimized - ComputeOptimized
- Data
Flow Compute Type General - General
- Data
Flow Compute Type Memory Optimized - MemoryOptimized
- Data
Flow Compute Type Compute Optimized - ComputeOptimized
- General
- General
- Memory
Optimized - MemoryOptimized
- Compute
Optimized - ComputeOptimized
- General
- General
- Memory
Optimized - MemoryOptimized
- Compute
Optimized - ComputeOptimized
- GENERAL
- General
- MEMORY_OPTIMIZED
- MemoryOptimized
- COMPUTE_OPTIMIZED
- ComputeOptimized
- "General"
- General
- "Memory
Optimized" - MemoryOptimized
- "Compute
Optimized" - ComputeOptimized
EntityReference, EntityReferenceArgs
- Reference
Name string - The name of this referenced entity.
- Type
string | Pulumi.
Azure Native. Data Factory. Integration Runtime Entity Reference Type - The type of this referenced entity.
- Reference
Name string - The name of this referenced entity.
- Type
string | Integration
Runtime Entity Reference Type - The type of this referenced entity.
- reference
Name String - The name of this referenced entity.
- type
String | Integration
Runtime Entity Reference Type - The type of this referenced entity.
- reference
Name string - The name of this referenced entity.
- type
string | Integration
Runtime Entity Reference Type - The type of this referenced entity.
- reference_
name str - The name of this referenced entity.
- type
str | Integration
Runtime Entity Reference Type - The type of this referenced entity.
- reference
Name String - The name of this referenced entity.
- type
String | "Integration
Runtime Reference" | "Linked Service Reference" - The type of this referenced entity.
EntityReferenceResponse, EntityReferenceResponseArgs
- Reference
Name string - The name of this referenced entity.
- Type string
- The type of this referenced entity.
- Reference
Name string - The name of this referenced entity.
- Type string
- The type of this referenced entity.
- reference
Name String - The name of this referenced entity.
- type String
- The type of this referenced entity.
- reference
Name 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.
- reference
Name String - The name of this referenced entity.
- type String
- The type of this referenced entity.
EnvironmentVariableSetup, EnvironmentVariableSetupArgs
- Variable
Name string - The name of the environment variable.
- Variable
Value string - The value of the environment variable.
- Variable
Name string - The name of the environment variable.
- Variable
Value string - The value of the environment variable.
- variable
Name String - The name of the environment variable.
- variable
Value String - The value of the environment variable.
- variable
Name string - The name of the environment variable.
- variable
Value 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.
- variable
Name String - The name of the environment variable.
- variable
Value String - The value of the environment variable.
EnvironmentVariableSetupResponse, EnvironmentVariableSetupResponseArgs
- Variable
Name string - The name of the environment variable.
- Variable
Value string - The value of the environment variable.
- Variable
Name string - The name of the environment variable.
- Variable
Value string - The value of the environment variable.
- variable
Name String - The name of the environment variable.
- variable
Value String - The value of the environment variable.
- variable
Name string - The name of the environment variable.
- variable
Value 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.
- variable
Name String - The name of the environment variable.
- variable
Value String - The value of the environment variable.
IntegrationRuntimeComputeProperties, IntegrationRuntimeComputePropertiesArgs
- Copy
Compute Pulumi.Scale Properties Azure Native. Data Factory. Inputs. Copy Compute Scale Properties - CopyComputeScale properties for managed integration runtime.
- Data
Flow Pulumi.Properties Azure Native. Data Factory. Inputs. Integration Runtime Data Flow Properties - 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
- Max
Parallel intExecutions Per Node - Maximum parallel executions count per node for managed integration runtime.
- Node
Size string - The node size requirement to managed integration runtime.
- Number
Of intNodes - The required number of nodes for managed integration runtime.
- Pipeline
External Pulumi.Compute Scale Properties Azure Native. Data Factory. Inputs. Pipeline External Compute Scale Properties - PipelineExternalComputeScale properties for managed integration runtime.
- VNet
Properties Pulumi.Azure Native. Data Factory. Inputs. Integration Runtime VNet Properties - VNet properties for managed integration runtime.
- Copy
Compute CopyScale Properties Compute Scale Properties - CopyComputeScale properties for managed integration runtime.
- Data
Flow IntegrationProperties Runtime Data Flow Properties - 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
- Max
Parallel intExecutions Per Node - Maximum parallel executions count per node for managed integration runtime.
- Node
Size string - The node size requirement to managed integration runtime.
- Number
Of intNodes - The required number of nodes for managed integration runtime.
- Pipeline
External PipelineCompute Scale Properties External Compute Scale Properties - PipelineExternalComputeScale properties for managed integration runtime.
- VNet
Properties IntegrationRuntime VNet Properties - VNet properties for managed integration runtime.
- copy
Compute CopyScale Properties Compute Scale Properties - CopyComputeScale properties for managed integration runtime.
- data
Flow IntegrationProperties Runtime Data Flow Properties - 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
- max
Parallel IntegerExecutions Per Node - Maximum parallel executions count per node for managed integration runtime.
- node
Size String - The node size requirement to managed integration runtime.
- number
Of IntegerNodes - The required number of nodes for managed integration runtime.
- pipeline
External PipelineCompute Scale Properties External Compute Scale Properties - PipelineExternalComputeScale properties for managed integration runtime.
- v
Net IntegrationProperties Runtime VNet Properties - VNet properties for managed integration runtime.
- copy
Compute CopyScale Properties Compute Scale Properties - CopyComputeScale properties for managed integration runtime.
- data
Flow IntegrationProperties Runtime Data Flow Properties - 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
- max
Parallel numberExecutions Per Node - Maximum parallel executions count per node for managed integration runtime.
- node
Size string - The node size requirement to managed integration runtime.
- number
Of numberNodes - The required number of nodes for managed integration runtime.
- pipeline
External PipelineCompute Scale Properties External Compute Scale Properties - PipelineExternalComputeScale properties for managed integration runtime.
- v
Net IntegrationProperties Runtime VNet Properties - VNet properties for managed integration runtime.
- copy_
compute_ Copyscale_ properties Compute Scale Properties - CopyComputeScale properties for managed integration runtime.
- data_
flow_ Integrationproperties Runtime Data Flow Properties - 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.
- pipeline_
external_ Pipelinecompute_ scale_ properties External Compute Scale Properties - PipelineExternalComputeScale properties for managed integration runtime.
- v_
net_ Integrationproperties Runtime VNet Properties - VNet properties for managed integration runtime.
- copy
Compute Property MapScale Properties - CopyComputeScale properties for managed integration runtime.
- data
Flow 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
- max
Parallel NumberExecutions Per Node - Maximum parallel executions count per node for managed integration runtime.
- node
Size String - The node size requirement to managed integration runtime.
- number
Of NumberNodes - The required number of nodes for managed integration runtime.
- pipeline
External Property MapCompute Scale Properties - PipelineExternalComputeScale properties for managed integration runtime.
- v
Net Property MapProperties - VNet properties for managed integration runtime.
IntegrationRuntimeComputePropertiesResponse, IntegrationRuntimeComputePropertiesResponseArgs
- Copy
Compute Pulumi.Scale Properties Azure Native. Data Factory. Inputs. Copy Compute Scale Properties Response - CopyComputeScale properties for managed integration runtime.
- Data
Flow Pulumi.Properties Azure Native. Data Factory. 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
- Max
Parallel intExecutions Per Node - Maximum parallel executions count per node for managed integration runtime.
- Node
Size string - The node size requirement to managed integration runtime.
- Number
Of intNodes - The required number of nodes for managed integration runtime.
- Pipeline
External Pulumi.Compute Scale Properties Azure Native. Data Factory. Inputs. Pipeline External Compute Scale Properties Response - PipelineExternalComputeScale properties for managed integration runtime.
- VNet
Properties Pulumi.Azure Native. Data Factory. Inputs. Integration Runtime VNet Properties Response - VNet properties for managed integration runtime.
- Copy
Compute CopyScale Properties Compute Scale Properties Response - CopyComputeScale properties for managed integration runtime.
- Data
Flow 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
- Max
Parallel intExecutions Per Node - Maximum parallel executions count per node for managed integration runtime.
- Node
Size string - The node size requirement to managed integration runtime.
- Number
Of intNodes - The required number of nodes for managed integration runtime.
- Pipeline
External PipelineCompute Scale Properties External Compute Scale Properties Response - PipelineExternalComputeScale properties for managed integration runtime.
- VNet
Properties IntegrationRuntime VNet Properties Response - VNet properties for managed integration runtime.
- copy
Compute CopyScale Properties Compute Scale Properties Response - CopyComputeScale properties for managed integration runtime.
- data
Flow 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
- max
Parallel IntegerExecutions Per Node - Maximum parallel executions count per node for managed integration runtime.
- node
Size String - The node size requirement to managed integration runtime.
- number
Of IntegerNodes - The required number of nodes for managed integration runtime.
- pipeline
External PipelineCompute Scale Properties External Compute Scale Properties Response - PipelineExternalComputeScale properties for managed integration runtime.
- v
Net IntegrationProperties Runtime VNet Properties Response - VNet properties for managed integration runtime.
- copy
Compute CopyScale Properties Compute Scale Properties Response - CopyComputeScale properties for managed integration runtime.
- data
Flow 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
- max
Parallel numberExecutions Per Node - Maximum parallel executions count per node for managed integration runtime.
- node
Size string - The node size requirement to managed integration runtime.
- number
Of numberNodes - The required number of nodes for managed integration runtime.
- pipeline
External PipelineCompute Scale Properties External Compute Scale Properties Response - PipelineExternalComputeScale properties for managed integration runtime.
- v
Net IntegrationProperties Runtime VNet Properties Response - VNet properties for managed integration runtime.
- copy_
compute_ Copyscale_ properties Compute Scale Properties Response - CopyComputeScale 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.
- pipeline_
external_ Pipelinecompute_ scale_ properties External Compute Scale Properties Response - PipelineExternalComputeScale properties for managed integration runtime.
- v_
net_ Integrationproperties Runtime VNet Properties Response - VNet properties for managed integration runtime.
- copy
Compute Property MapScale Properties - CopyComputeScale properties for managed integration runtime.
- data
Flow 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
- max
Parallel NumberExecutions Per Node - Maximum parallel executions count per node for managed integration runtime.
- node
Size String - The node size requirement to managed integration runtime.
- number
Of NumberNodes - The required number of nodes for managed integration runtime.
- pipeline
External Property MapCompute Scale Properties - PipelineExternalComputeScale properties for managed integration runtime.
- v
Net Property MapProperties - VNet properties for managed integration runtime.
IntegrationRuntimeCustomSetupScriptProperties, IntegrationRuntimeCustomSetupScriptPropertiesArgs
- Blob
Container stringUri - The URI of the Azure blob container that contains the custom setup script.
- Sas
Token Pulumi.Azure Native. Data Factory. Inputs. Secure String - The SAS token of the Azure blob container.
- Blob
Container stringUri - The URI of the Azure blob container that contains the custom setup script.
- Sas
Token SecureString - The SAS token of the Azure blob container.
- blob
Container StringUri - The URI of the Azure blob container that contains the custom setup script.
- sas
Token SecureString - The SAS token of the Azure blob container.
- blob
Container stringUri - The URI of the Azure blob container that contains the custom setup script.
- sas
Token SecureString - 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 - The SAS token of the Azure blob container.
- blob
Container StringUri - The URI of the Azure blob container that contains the custom setup script.
- sas
Token Property Map - The SAS token of the Azure blob container.
IntegrationRuntimeCustomSetupScriptPropertiesResponse, IntegrationRuntimeCustomSetupScriptPropertiesResponseArgs
- Blob
Container stringUri - The URI of the Azure blob container that contains the custom setup script.
- Sas
Token Pulumi.Azure Native. Data Factory. Inputs. Secure String Response - The SAS token of the Azure blob container.
- Blob
Container stringUri - 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.
- blob
Container StringUri - 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.
- blob
Container stringUri - 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.
- 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.
- blob
Container StringUri - The URI of the Azure blob container that contains the custom setup script.
- sas
Token Property Map - The SAS token of the Azure blob container.
IntegrationRuntimeCustomerVirtualNetwork, IntegrationRuntimeCustomerVirtualNetworkArgs
- Subnet
Id string - The ID of subnet to which Azure-SSIS integration runtime will join.
- Subnet
Id string - The ID of subnet to which Azure-SSIS integration runtime will join.
- subnet
Id String - The ID of subnet to which Azure-SSIS integration runtime will join.
- subnet
Id 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.
- subnet
Id String - The ID of subnet to which Azure-SSIS integration runtime will join.
IntegrationRuntimeCustomerVirtualNetworkResponse, IntegrationRuntimeCustomerVirtualNetworkResponseArgs
- Subnet
Id string - The ID of subnet to which Azure-SSIS integration runtime will join.
- Subnet
Id string - The ID of subnet to which Azure-SSIS integration runtime will join.
- subnet
Id String - The ID of subnet to which Azure-SSIS integration runtime will join.
- subnet
Id 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.
- subnet
Id String - The ID of subnet to which Azure-SSIS integration runtime will join.
IntegrationRuntimeDataFlowProperties, IntegrationRuntimeDataFlowPropertiesArgs
- Cleanup bool
- Cluster will not be recycled and it will be used in next data flow activity run until TTL (time to live) is reached if this is set as false. Default is true.
- Compute
Type string | Pulumi.Azure Native. Data Factory. Data Flow Compute Type - 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.
- Custom
Properties List<Pulumi.Azure Native. Data Factory. Inputs. Integration Runtime Data Flow Properties Custom Properties> - Custom properties are used to tune the data flow runtime performance.
- Time
To intLive - Time to live (in minutes) setting of the cluster which will execute data flow job.
- Cleanup bool
- Cluster will not be recycled and it will be used in next data flow activity run until TTL (time to live) is reached if this is set as false. Default is true.
- Compute
Type string | DataFlow Compute Type - 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.
- Custom
Properties []IntegrationRuntime Data Flow Properties Custom Properties - Custom properties are used to tune the data flow runtime performance.
- Time
To intLive - Time to live (in minutes) setting of the cluster which will execute data flow job.
- cleanup Boolean
- Cluster will not be recycled and it will be used in next data flow activity run until TTL (time to live) is reached if this is set as false. Default is true.
- compute
Type String | DataFlow Compute Type - Compute type of the cluster which will execute data flow job.
- core
Count Integer - Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272.
- custom
Properties List<IntegrationRuntime Data Flow Properties Custom Properties> - Custom properties are used to tune the data flow runtime performance.
- time
To IntegerLive - Time to live (in minutes) setting of the cluster which will execute data flow job.
- cleanup boolean
- Cluster will not be recycled and it will be used in next data flow activity run until TTL (time to live) is reached if this is set as false. Default is true.
- compute
Type string | DataFlow Compute Type - Compute type of the cluster which will execute data flow job.
- core
Count number - Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272.
- custom
Properties IntegrationRuntime Data Flow Properties Custom Properties[] - Custom properties are used to tune the data flow runtime performance.
- time
To numberLive - Time to live (in minutes) setting of the cluster which will execute data flow job.
- cleanup bool
- Cluster will not be recycled and it will be used in next data flow activity run until TTL (time to live) is reached if this is set as false. Default is true.
- compute_
type str | DataFlow Compute Type - 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.
- custom_
properties Sequence[IntegrationRuntime Data Flow Properties Custom Properties] - Custom properties are used to tune the data flow runtime performance.
- time_
to_ intlive - Time to live (in minutes) setting of the cluster which will execute data flow job.
- cleanup Boolean
- Cluster will not be recycled and it will be used in next data flow activity run until TTL (time to live) is reached if this is set as false. Default is true.
- compute
Type String | "General" | "MemoryOptimized" | "Compute Optimized" - Compute type of the cluster which will execute data flow job.
- core
Count Number - Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272.
- custom
Properties List<Property Map> - Custom properties are used to tune the data flow runtime performance.
- time
To NumberLive - Time to live (in minutes) setting of the cluster which will execute data flow job.
IntegrationRuntimeDataFlowPropertiesCustomProperties, IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs
IntegrationRuntimeDataFlowPropertiesResponse, IntegrationRuntimeDataFlowPropertiesResponseArgs
- Cleanup bool
- Cluster will not be recycled and it will be used in next data flow activity run until TTL (time to live) is reached if this is set as false. Default is true.
- Compute
Type string - 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.
- Custom
Properties List<Pulumi.Azure Native. Data Factory. Inputs. Integration Runtime Data Flow Properties Response Custom Properties> - Custom properties are used to tune the data flow runtime performance.
- Time
To intLive - Time to live (in minutes) setting of the cluster which will execute data flow job.
- Cleanup bool
- Cluster will not be recycled and it will be used in next data flow activity run until TTL (time to live) is reached if this is set as false. Default is true.
- Compute
Type string - 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.
- Custom
Properties []IntegrationRuntime Data Flow Properties Response Custom Properties - Custom properties are used to tune the data flow runtime performance.
- Time
To intLive - Time to live (in minutes) setting of the cluster which will execute data flow job.
- cleanup Boolean
- Cluster will not be recycled and it will be used in next data flow activity run until TTL (time to live) is reached if this is set as false. Default is true.
- compute
Type String - Compute type of the cluster which will execute data flow job.
- core
Count Integer - Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272.
- custom
Properties List<IntegrationRuntime Data Flow Properties Response Custom Properties> - Custom properties are used to tune the data flow runtime performance.
- time
To IntegerLive - Time to live (in minutes) setting of the cluster which will execute data flow job.
- cleanup boolean
- Cluster will not be recycled and it will be used in next data flow activity run until TTL (time to live) is reached if this is set as false. Default is true.
- compute
Type string - Compute type of the cluster which will execute data flow job.
- core
Count number - Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272.
- custom
Properties IntegrationRuntime Data Flow Properties Response Custom Properties[] - Custom properties are used to tune the data flow runtime performance.
- time
To numberLive - Time to live (in minutes) setting of the cluster which will execute data flow job.
- cleanup bool
- Cluster will not be recycled and it will be used in next data flow activity run until TTL (time to live) is reached if this is set as false. Default is true.
- 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.
- custom_
properties Sequence[IntegrationRuntime Data Flow Properties Response Custom Properties] - Custom properties are used to tune the data flow runtime performance.
- time_
to_ intlive - Time to live (in minutes) setting of the cluster which will execute data flow job.
- cleanup Boolean
- Cluster will not be recycled and it will be used in next data flow activity run until TTL (time to live) is reached if this is set as false. Default is true.
- compute
Type String - Compute type of the cluster which will execute data flow job.
- core
Count Number - Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272.
- custom
Properties List<Property Map> - Custom properties are used to tune the data flow runtime performance.
- time
To NumberLive - Time to live (in minutes) setting of the cluster which will execute data flow job.
IntegrationRuntimeDataFlowPropertiesResponseCustomProperties, IntegrationRuntimeDataFlowPropertiesResponseCustomPropertiesArgs
IntegrationRuntimeDataProxyProperties, IntegrationRuntimeDataProxyPropertiesArgs
- Connect
Via Pulumi.Azure Native. Data Factory. Inputs. Entity Reference - The self-hosted integration runtime reference.
- Path string
- The path to contain the staged data in the Blob storage.
- Staging
Linked Pulumi.Service Azure Native. Data Factory. Inputs. Entity Reference - The staging linked service reference.
- Connect
Via EntityReference - The self-hosted integration runtime reference.
- Path string
- The path to contain the staged data in the Blob storage.
- Staging
Linked EntityService Reference - The staging linked service reference.
- connect
Via EntityReference - The self-hosted integration runtime reference.
- path String
- The path to contain the staged data in the Blob storage.
- staging
Linked EntityService Reference - The staging linked service reference.
- connect
Via EntityReference - The self-hosted integration runtime reference.
- path string
- The path to contain the staged data in the Blob storage.
- staging
Linked EntityService Reference - The staging linked service reference.
- connect_
via EntityReference - The self-hosted integration runtime reference.
- path str
- The path to contain the staged data in the Blob storage.
- staging_
linked_ Entityservice Reference - The staging linked service reference.
- connect
Via Property Map - The self-hosted integration runtime reference.
- path String
- The path to contain the staged data in the Blob storage.
- staging
Linked Property MapService - The staging linked service reference.
IntegrationRuntimeDataProxyPropertiesResponse, IntegrationRuntimeDataProxyPropertiesResponseArgs
- Connect
Via Pulumi.Azure Native. Data Factory. Inputs. Entity Reference Response - The self-hosted integration runtime reference.
- Path string
- The path to contain the staged data in the Blob storage.
- Staging
Linked Pulumi.Service Azure Native. Data Factory. Inputs. Entity Reference Response - The staging linked service reference.
- Connect
Via EntityReference Response - The self-hosted integration runtime reference.
- Path string
- The path to contain the staged data in the Blob storage.
- Staging
Linked EntityService Reference Response - The staging linked service reference.
- connect
Via EntityReference Response - The self-hosted integration runtime reference.
- path String
- The path to contain the staged data in the Blob storage.
- staging
Linked EntityService Reference Response - The staging linked service reference.
- connect
Via EntityReference Response - The self-hosted integration runtime reference.
- path string
- The path to contain the staged data in the Blob storage.
- staging
Linked 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.
- connect
Via Property Map - The self-hosted integration runtime reference.
- path String
- The path to contain the staged data in the Blob storage.
- staging
Linked Property MapService - The staging linked service reference.
IntegrationRuntimeEdition, IntegrationRuntimeEditionArgs
- Standard
- Standard
- Enterprise
- Enterprise
- Integration
Runtime Edition Standard - Standard
- Integration
Runtime Edition Enterprise - Enterprise
- Standard
- Standard
- Enterprise
- Enterprise
- Standard
- Standard
- Enterprise
- Enterprise
- STANDARD
- Standard
- ENTERPRISE
- Enterprise
- "Standard"
- Standard
- "Enterprise"
- Enterprise
IntegrationRuntimeEntityReferenceType, IntegrationRuntimeEntityReferenceTypeArgs
- Integration
Runtime Reference - IntegrationRuntimeReference
- Linked
Service Reference - LinkedServiceReference
- Integration
Runtime Entity Reference Type Integration Runtime Reference - IntegrationRuntimeReference
- Integration
Runtime Entity Reference Type Linked Service Reference - LinkedServiceReference
- Integration
Runtime Reference - IntegrationRuntimeReference
- Linked
Service Reference - LinkedServiceReference
- Integration
Runtime Reference - IntegrationRuntimeReference
- Linked
Service Reference - LinkedServiceReference
- INTEGRATION_RUNTIME_REFERENCE
- IntegrationRuntimeReference
- LINKED_SERVICE_REFERENCE
- LinkedServiceReference
- "Integration
Runtime Reference" - IntegrationRuntimeReference
- "Linked
Service Reference" - LinkedServiceReference
IntegrationRuntimeLicenseType, IntegrationRuntimeLicenseTypeArgs
- Base
Price - BasePrice
- License
Included - LicenseIncluded
- Integration
Runtime License Type Base Price - BasePrice
- Integration
Runtime License Type License Included - LicenseIncluded
- Base
Price - BasePrice
- License
Included - LicenseIncluded
- Base
Price - BasePrice
- License
Included - LicenseIncluded
- BASE_PRICE
- BasePrice
- LICENSE_INCLUDED
- LicenseIncluded
- "Base
Price" - BasePrice
- "License
Included" - LicenseIncluded
IntegrationRuntimeSsisCatalogInfo, IntegrationRuntimeSsisCatalogInfoArgs
- Catalog
Admin Pulumi.Password Azure Native. Data Factory. Inputs. Secure String - The password of the administrator user account of the catalog database.
- Catalog
Admin stringUser Name - The administrator user name of catalog database.
- Catalog
Pricing string | Pulumi.Tier Azure Native. Data Factory. Integration Runtime Ssis Catalog Pricing Tier - 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 stringEndpoint - The catalog database server URL.
- Dual
Standby stringPair Name - The dual standby pair name of Azure-SSIS Integration Runtimes to support SSISDB failover.
- Catalog
Admin SecurePassword String - The password of the administrator user account of the catalog database.
- Catalog
Admin stringUser Name - The administrator user name of catalog database.
- Catalog
Pricing string | IntegrationTier Runtime Ssis Catalog Pricing Tier - 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 stringEndpoint - The catalog database server URL.
- Dual
Standby stringPair Name - The dual standby pair name of Azure-SSIS Integration Runtimes to support SSISDB failover.
- catalog
Admin SecurePassword String - The password of the administrator user account of the catalog database.
- catalog
Admin StringUser Name - The administrator user name of catalog database.
- catalog
Pricing String | IntegrationTier Runtime Ssis Catalog Pricing Tier - 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 StringEndpoint - The catalog database server URL.
- dual
Standby StringPair Name - The dual standby pair name of Azure-SSIS Integration Runtimes to support SSISDB failover.
- catalog
Admin SecurePassword String - The password of the administrator user account of the catalog database.
- catalog
Admin stringUser Name - The administrator user name of catalog database.
- catalog
Pricing string | IntegrationTier Runtime Ssis Catalog Pricing Tier - 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 stringEndpoint - The catalog database server URL.
- dual
Standby stringPair Name - The dual standby pair name of Azure-SSIS Integration Runtimes to support SSISDB failover.
- catalog_
admin_ Securepassword String - The password of the administrator user account of the catalog database.
- catalog_
admin_ struser_ name - The administrator user name of catalog database.
- catalog_
pricing_ str | Integrationtier Runtime Ssis Catalog Pricing Tier - 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.
- dual_
standby_ strpair_ name - The dual standby pair name of Azure-SSIS Integration Runtimes to support SSISDB failover.
- catalog
Admin Property MapPassword - The password of the administrator user account of the catalog database.
- catalog
Admin StringUser Name - The administrator user name of catalog database.
- catalog
Pricing String | "Basic" | "Standard" | "Premium" | "PremiumTier RS" - 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 StringEndpoint - The catalog database server URL.
- dual
Standby StringPair Name - The dual standby pair name of Azure-SSIS Integration Runtimes to support SSISDB failover.
IntegrationRuntimeSsisCatalogInfoResponse, IntegrationRuntimeSsisCatalogInfoResponseArgs
- Catalog
Admin Pulumi.Password Azure Native. Data Factory. Inputs. Secure String Response - The password of the administrator user account of the catalog database.
- Catalog
Admin stringUser Name - The administrator user name of catalog database.
- Catalog
Pricing 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/
- Catalog
Server stringEndpoint - The catalog database server URL.
- Dual
Standby stringPair Name - The dual standby pair name of Azure-SSIS Integration Runtimes to support SSISDB failover.
- Catalog
Admin SecurePassword String Response - The password of the administrator user account of the catalog database.
- Catalog
Admin stringUser Name - The administrator user name of catalog database.
- Catalog
Pricing 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/
- Catalog
Server stringEndpoint - The catalog database server URL.
- Dual
Standby stringPair Name - The dual standby pair name of Azure-SSIS Integration Runtimes to support SSISDB failover.
- catalog
Admin SecurePassword String Response - The password of the administrator user account of the catalog database.
- catalog
Admin StringUser Name - The administrator user name of catalog database.
- catalog
Pricing 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/
- catalog
Server StringEndpoint - The catalog database server URL.
- dual
Standby StringPair Name - The dual standby pair name of Azure-SSIS Integration Runtimes to support SSISDB failover.
- catalog
Admin SecurePassword String Response - The password of the administrator user account of the catalog database.
- catalog
Admin stringUser Name - The administrator user name of catalog database.
- catalog
Pricing 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/
- catalog
Server stringEndpoint - The catalog database server URL.
- dual
Standby stringPair Name - The dual standby pair name of Azure-SSIS Integration Runtimes to support SSISDB failover.
- 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.
- dual_
standby_ strpair_ name - The dual standby pair name of Azure-SSIS Integration Runtimes to support SSISDB failover.
- catalog
Admin Property MapPassword - The password of the administrator user account of the catalog database.
- catalog
Admin StringUser Name - The administrator user name of catalog database.
- catalog
Pricing 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/
- catalog
Server StringEndpoint - The catalog database server URL.
- dual
Standby StringPair Name - The dual standby pair name of Azure-SSIS Integration Runtimes to support SSISDB failover.
IntegrationRuntimeSsisCatalogPricingTier, IntegrationRuntimeSsisCatalogPricingTierArgs
- Basic
- Basic
- Standard
- Standard
- Premium
- Premium
- Premium
RS - PremiumRS
- Integration
Runtime Ssis Catalog Pricing Tier Basic - Basic
- Integration
Runtime Ssis Catalog Pricing Tier Standard - Standard
- Integration
Runtime Ssis Catalog Pricing Tier Premium - Premium
- Integration
Runtime Ssis Catalog Pricing Tier Premium RS - PremiumRS
- Basic
- Basic
- Standard
- Standard
- Premium
- Premium
- Premium
RS - PremiumRS
- Basic
- Basic
- Standard
- Standard
- Premium
- Premium
- Premium
RS - PremiumRS
- BASIC
- Basic
- STANDARD
- Standard
- PREMIUM
- Premium
- PREMIUM_RS
- PremiumRS
- "Basic"
- Basic
- "Standard"
- Standard
- "Premium"
- Premium
- "Premium
RS" - PremiumRS
IntegrationRuntimeSsisProperties, IntegrationRuntimeSsisPropertiesArgs
- Catalog
Info Pulumi.Azure Native. Data Factory. Inputs. Integration Runtime Ssis Catalog Info - Catalog information for managed dedicated integration runtime.
- Credential
Pulumi.
Azure Native. Data Factory. Inputs. Credential Reference - The credential reference containing authentication information.
- Custom
Setup Pulumi.Script Properties Azure Native. Data Factory. Inputs. Integration Runtime Custom Setup Script Properties - Custom setup script properties for a managed dedicated integration runtime.
- Data
Proxy Pulumi.Properties Azure Native. Data Factory. Inputs. Integration Runtime Data Proxy Properties - Data proxy properties for a managed dedicated integration runtime.
- Edition
string | Pulumi.
Azure Native. Data Factory. Integration Runtime Edition - The edition for the SSIS Integration Runtime
- Express
Custom List<object>Setup Properties - Custom setup without script properties for a SSIS integration runtime.
- License
Type string | Pulumi.Azure Native. Data Factory. Integration Runtime License Type - License type for bringing your own license scenario.
- Package
Stores List<Pulumi.Azure Native. Data Factory. Inputs. Package Store> - Package stores for the SSIS Integration Runtime.
- Catalog
Info IntegrationRuntime Ssis Catalog Info - Catalog information for managed dedicated integration runtime.
- Credential
Credential
Reference - The credential reference containing authentication information.
- Custom
Setup IntegrationScript Properties Runtime Custom Setup Script Properties - Custom setup script properties for a managed dedicated integration runtime.
- Data
Proxy IntegrationProperties Runtime Data Proxy Properties - Data proxy properties for a managed dedicated integration runtime.
- Edition
string | Integration
Runtime Edition - The edition for the SSIS Integration Runtime
- Express
Custom []interface{}Setup Properties - Custom setup without script properties for a SSIS integration runtime.
- License
Type string | IntegrationRuntime License Type - License type for bringing your own license scenario.
- Package
Stores []PackageStore - Package stores for the SSIS Integration Runtime.
- catalog
Info IntegrationRuntime Ssis Catalog Info - Catalog information for managed dedicated integration runtime.
- credential
Credential
Reference - The credential reference containing authentication information.
- custom
Setup IntegrationScript Properties Runtime Custom Setup Script Properties - Custom setup script properties for a managed dedicated integration runtime.
- data
Proxy IntegrationProperties Runtime Data Proxy Properties - Data proxy properties for a managed dedicated integration runtime.
- edition
String | Integration
Runtime Edition - The edition for the SSIS Integration Runtime
- express
Custom List<Object>Setup Properties - Custom setup without script properties for a SSIS integration runtime.
- license
Type String | IntegrationRuntime License Type - License type for bringing your own license scenario.
- package
Stores List<PackageStore> - Package stores for the SSIS Integration Runtime.
- catalog
Info IntegrationRuntime Ssis Catalog Info - Catalog information for managed dedicated integration runtime.
- credential
Credential
Reference - The credential reference containing authentication information.
- custom
Setup IntegrationScript Properties Runtime Custom Setup Script Properties - Custom setup script properties for a managed dedicated integration runtime.
- data
Proxy IntegrationProperties Runtime Data Proxy Properties - Data proxy properties for a managed dedicated integration runtime.
- edition
string | Integration
Runtime Edition - The edition for the SSIS Integration Runtime
- express
Custom (AzSetup Properties Power Shell Setup | Cmdkey Setup | Component Setup | Environment Variable Setup)[] - Custom setup without script properties for a SSIS integration runtime.
- license
Type string | IntegrationRuntime License Type - License type for bringing your own license scenario.
- package
Stores PackageStore[] - Package stores for the SSIS Integration Runtime.
- catalog_
info IntegrationRuntime Ssis Catalog Info - Catalog information for managed dedicated integration runtime.
- credential
Credential
Reference - The credential reference containing authentication information.
- custom_
setup_ Integrationscript_ properties Runtime Custom Setup Script Properties - Custom setup script properties for a managed dedicated integration runtime.
- data_
proxy_ Integrationproperties Runtime Data Proxy Properties - Data proxy properties for a managed dedicated integration runtime.
- edition
str | Integration
Runtime Edition - The edition for the SSIS Integration Runtime
- express_
custom_ Sequence[Union[Azsetup_ properties Power Shell Setup, Cmdkey Setup, Component Setup, Environment Variable Setup]] - Custom setup without script properties for a SSIS integration runtime.
- license_
type str | IntegrationRuntime License Type - License type for bringing your own license scenario.
- package_
stores Sequence[PackageStore] - Package stores for the SSIS Integration Runtime.
- catalog
Info Property Map - Catalog information for managed dedicated integration runtime.
- credential Property Map
- The credential reference containing authentication information.
- custom
Setup Property MapScript Properties - Custom setup script properties for a managed dedicated integration runtime.
- data
Proxy Property MapProperties - Data proxy properties for a managed dedicated integration runtime.
- edition String | "Standard" | "Enterprise"
- The edition for the SSIS Integration Runtime
- express
Custom List<Property Map | Property Map | Property Map | Property Map>Setup Properties - Custom setup without script properties for a SSIS integration runtime.
- license
Type String | "BasePrice" | "License Included" - License type for bringing your own license scenario.
- package
Stores List<Property Map> - Package stores for the SSIS Integration Runtime.
IntegrationRuntimeSsisPropertiesResponse, IntegrationRuntimeSsisPropertiesResponseArgs
- Catalog
Info Pulumi.Azure Native. Data Factory. Inputs. Integration Runtime Ssis Catalog Info Response - Catalog information for managed dedicated integration runtime.
- Credential
Pulumi.
Azure Native. Data Factory. Inputs. Credential Reference Response - The credential reference containing authentication information.
- Custom
Setup Pulumi.Script Properties Azure Native. Data Factory. Inputs. Integration Runtime Custom Setup Script Properties Response - Custom setup script properties for a managed dedicated integration runtime.
- Data
Proxy Pulumi.Properties Azure Native. Data Factory. 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
- Express
Custom List<object>Setup Properties - Custom setup without script properties for a SSIS integration runtime.
- License
Type string - License type for bringing your own license scenario.
- Package
Stores List<Pulumi.Azure Native. Data Factory. Inputs. Package Store Response> - Package stores for the SSIS Integration Runtime.
- Catalog
Info IntegrationRuntime Ssis Catalog Info Response - Catalog information for managed dedicated integration runtime.
- Credential
Credential
Reference Response - The credential reference containing authentication information.
- 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 string
- The edition for the SSIS Integration Runtime
- Express
Custom []interface{}Setup Properties - Custom setup without script properties for a SSIS integration runtime.
- License
Type string - License type for bringing your own license scenario.
- Package
Stores []PackageStore Response - Package stores for the SSIS Integration Runtime.
- catalog
Info IntegrationRuntime Ssis Catalog Info Response - Catalog information for managed dedicated integration runtime.
- credential
Credential
Reference Response - The credential reference containing authentication information.
- 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 String
- The edition for the SSIS Integration Runtime
- express
Custom List<Object>Setup Properties - Custom setup without script properties for a SSIS integration runtime.
- license
Type String - License type for bringing your own license scenario.
- package
Stores List<PackageStore Response> - Package stores for the SSIS Integration Runtime.
- catalog
Info IntegrationRuntime Ssis Catalog Info Response - Catalog information for managed dedicated integration runtime.
- credential
Credential
Reference Response - The credential reference containing authentication information.
- 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 string
- The edition for the SSIS Integration Runtime
- express
Custom (AzSetup Properties Power Shell Setup Response | Cmdkey Setup Response | Component Setup Response | Environment Variable Setup Response)[] - Custom setup without script properties for a SSIS integration runtime.
- license
Type string - License type for bringing your own license scenario.
- package
Stores PackageStore Response[] - Package stores for the SSIS Integration Runtime.
- catalog_
info IntegrationRuntime Ssis Catalog Info Response - Catalog information for managed dedicated integration runtime.
- credential
Credential
Reference Response - The credential reference containing authentication information.
- 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[Azsetup_ properties Power Shell Setup Response, Cmdkey 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.
- package_
stores Sequence[PackageStore Response] - Package stores for the SSIS Integration Runtime.
- catalog
Info Property Map - Catalog information for managed dedicated integration runtime.
- credential Property Map
- The credential reference containing authentication information.
- custom
Setup Property MapScript Properties - Custom setup script properties for a managed dedicated integration runtime.
- data
Proxy Property MapProperties - Data proxy properties for a managed dedicated integration runtime.
- edition String
- The edition for the SSIS Integration Runtime
- express
Custom List<Property Map | Property Map | Property Map | Property Map>Setup Properties - Custom setup without script properties for a SSIS integration runtime.
- license
Type String - License type for bringing your own license scenario.
- package
Stores List<Property Map> - Package stores for the SSIS Integration Runtime.
IntegrationRuntimeVNetProperties, IntegrationRuntimeVNetPropertiesArgs
- Public
IPs 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.
- Subnet
Id string - The ID of subnet, to which this Azure-SSIS integration runtime will be joined.
- VNet
Id string - The ID of the VNet that this integration runtime will join.
- Public
IPs []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.
- Subnet
Id string - The ID of subnet, to which this Azure-SSIS integration runtime will be joined.
- VNet
Id string - The ID of the VNet that this integration runtime will join.
- public
IPs 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.
- subnet
Id String - The ID of subnet, to which this Azure-SSIS integration runtime will be joined.
- v
Net StringId - The ID of the VNet that this integration runtime will join.
- public
IPs 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.
- subnet
Id string - The ID of subnet, to which this Azure-SSIS integration runtime will be joined.
- v
Net 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.
- public
IPs 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.
- subnet
Id String - The ID of subnet, to which this Azure-SSIS integration runtime will be joined.
- v
Net StringId - The ID of the VNet that this integration runtime will join.
IntegrationRuntimeVNetPropertiesResponse, IntegrationRuntimeVNetPropertiesResponseArgs
- Public
IPs 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.
- Subnet
Id string - The ID of subnet, to which this Azure-SSIS integration runtime will be joined.
- VNet
Id string - The ID of the VNet that this integration runtime will join.
- Public
IPs []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.
- Subnet
Id string - The ID of subnet, to which this Azure-SSIS integration runtime will be joined.
- VNet
Id string - The ID of the VNet that this integration runtime will join.
- public
IPs 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.
- subnet
Id String - The ID of subnet, to which this Azure-SSIS integration runtime will be joined.
- v
Net StringId - The ID of the VNet that this integration runtime will join.
- public
IPs 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.
- subnet
Id string - The ID of subnet, to which this Azure-SSIS integration runtime will be joined.
- v
Net 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.
- public
IPs 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.
- subnet
Id String - The ID of subnet, to which this Azure-SSIS integration runtime will be joined.
- v
Net StringId - The ID of the VNet that this integration runtime will join.
LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeKeyAuthorizationArgs
- Key
Pulumi.
Azure Native. Data Factory. Inputs. Secure String - The key used for authorization.
- Key
Secure
String - The key used for authorization.
- key
Secure
String - The key used for authorization.
- key
Secure
String - The key used for authorization.
- key
Secure
String - The key used for authorization.
- key Property Map
- The key used for authorization.
LinkedIntegrationRuntimeKeyAuthorizationResponse, LinkedIntegrationRuntimeKeyAuthorizationResponseArgs
- Key
Pulumi.
Azure Native. Data Factory. Inputs. Secure String Response - The key used for authorization.
- Key
Secure
String Response - The key used for authorization.
- key
Secure
String Response - The key used for authorization.
- key
Secure
String Response - The key used for authorization.
- key
Secure
String Response - The key used for authorization.
- key Property Map
- The key used for authorization.
LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeRbacAuthorizationArgs
- Resource
Id string - The resource identifier of the integration runtime to be shared.
- Credential
Pulumi.
Azure Native. Data Factory. Inputs. Credential Reference - The credential reference containing authentication information.
- Resource
Id string - The resource identifier of the integration runtime to be shared.
- Credential
Credential
Reference - The credential reference containing authentication information.
- resource
Id String - The resource identifier of the integration runtime to be shared.
- credential
Credential
Reference - The credential reference containing authentication information.
- resource
Id string - The resource identifier of the integration runtime to be shared.
- credential
Credential
Reference - The credential reference containing authentication information.
- resource_
id str - The resource identifier of the integration runtime to be shared.
- credential
Credential
Reference - The credential reference containing authentication information.
- resource
Id String - The resource identifier of the integration runtime to be shared.
- credential Property Map
- The credential reference containing authentication information.
LinkedIntegrationRuntimeRbacAuthorizationResponse, LinkedIntegrationRuntimeRbacAuthorizationResponseArgs
- Resource
Id string - The resource identifier of the integration runtime to be shared.
- Credential
Pulumi.
Azure Native. Data Factory. Inputs. Credential Reference Response - The credential reference containing authentication information.
- Resource
Id string - The resource identifier of the integration runtime to be shared.
- Credential
Credential
Reference Response - The credential reference containing authentication information.
- resource
Id String - The resource identifier of the integration runtime to be shared.
- credential
Credential
Reference Response - The credential reference containing authentication information.
- resource
Id string - The resource identifier of the integration runtime to be shared.
- credential
Credential
Reference Response - The credential reference containing authentication information.
- resource_
id str - The resource identifier of the integration runtime to be shared.
- credential
Credential
Reference Response - The credential reference containing authentication information.
- resource
Id String - The resource identifier of the integration runtime to be shared.
- credential Property Map
- The credential reference containing authentication information.
LinkedServiceReference, LinkedServiceReferenceArgs
- Reference
Name string - Reference LinkedService name.
- Type
string | Pulumi.
Azure Native. Data Factory. Type - Linked service reference type.
- Parameters Dictionary<string, object>
- Arguments for LinkedService.
- Reference
Name string - Reference LinkedService name.
- Type string | Type
- Linked service reference type.
- Parameters map[string]interface{}
- Arguments for LinkedService.
- reference
Name String - Reference LinkedService name.
- type String | Type
- Linked service reference type.
- parameters Map<String,Object>
- Arguments for LinkedService.
- reference
Name string - Reference LinkedService name.
- type string | Type
- Linked service reference type.
- parameters {[key: string]: any}
- Arguments for LinkedService.
- reference_
name str - Reference LinkedService name.
- type str | Type
- Linked service reference type.
- parameters Mapping[str, Any]
- Arguments for LinkedService.
- reference
Name String - Reference LinkedService name.
- type
String | "Linked
Service Reference" - Linked service reference type.
- parameters Map<Any>
- Arguments for LinkedService.
LinkedServiceReferenceResponse, LinkedServiceReferenceResponseArgs
- Reference
Name string - Reference LinkedService name.
- Type string
- Linked service reference type.
- Parameters Dictionary<string, object>
- Arguments for LinkedService.
- Reference
Name string - Reference LinkedService name.
- Type string
- Linked service reference type.
- Parameters map[string]interface{}
- Arguments for LinkedService.
- reference
Name String - Reference LinkedService name.
- type String
- Linked service reference type.
- parameters Map<String,Object>
- Arguments for LinkedService.
- reference
Name string - Reference LinkedService name.
- type string
- Linked service reference type.
- parameters {[key: string]: any}
- Arguments for LinkedService.
- reference_
name str - Reference LinkedService name.
- type str
- Linked service reference type.
- parameters Mapping[str, Any]
- Arguments for LinkedService.
- reference
Name String - Reference LinkedService name.
- type String
- Linked service reference type.
- parameters Map<Any>
- Arguments for LinkedService.
ManagedIntegrationRuntime, ManagedIntegrationRuntimeArgs
- Compute
Properties Pulumi.Azure Native. Data Factory. Inputs. Integration Runtime Compute Properties - The compute resource for managed integration runtime.
- Customer
Virtual Pulumi.Network Azure Native. Data Factory. Inputs. Integration Runtime Customer Virtual Network - The name of virtual network to which Azure-SSIS integration runtime will join
- Description string
- Integration runtime description.
- Managed
Virtual Pulumi.Network Azure Native. Data Factory. Inputs. Managed Virtual Network Reference - Managed Virtual Network reference.
- Ssis
Properties Pulumi.Azure Native. Data Factory. Inputs. Integration Runtime Ssis Properties - SSIS properties for managed integration runtime.
- Compute
Properties IntegrationRuntime Compute Properties - The compute resource for managed integration runtime.
- Customer
Virtual IntegrationNetwork Runtime Customer Virtual Network - The name of virtual network to which Azure-SSIS integration runtime will join
- Description string
- Integration runtime description.
- Managed
Virtual ManagedNetwork Virtual Network Reference - Managed Virtual Network reference.
- Ssis
Properties IntegrationRuntime Ssis Properties - SSIS properties for managed integration runtime.
- compute
Properties IntegrationRuntime Compute Properties - The compute resource for managed integration runtime.
- customer
Virtual IntegrationNetwork Runtime Customer Virtual Network - The name of virtual network to which Azure-SSIS integration runtime will join
- description String
- Integration runtime description.
- managed
Virtual ManagedNetwork Virtual Network Reference - Managed Virtual Network reference.
- ssis
Properties IntegrationRuntime Ssis Properties - SSIS properties for managed integration runtime.
- compute
Properties IntegrationRuntime Compute Properties - The compute resource for managed integration runtime.
- customer
Virtual IntegrationNetwork Runtime Customer Virtual Network - The name of virtual network to which Azure-SSIS integration runtime will join
- description string
- Integration runtime description.
- managed
Virtual ManagedNetwork Virtual Network Reference - Managed Virtual Network reference.
- ssis
Properties IntegrationRuntime Ssis Properties - SSIS properties for managed integration runtime.
- compute_
properties IntegrationRuntime Compute Properties - The compute resource for managed integration runtime.
- customer_
virtual_ Integrationnetwork Runtime Customer Virtual Network - The name of virtual network to which Azure-SSIS integration runtime will join
- description str
- Integration runtime description.
- managed_
virtual_ Managednetwork Virtual Network Reference - Managed Virtual Network reference.
- ssis_
properties IntegrationRuntime Ssis Properties - SSIS properties for managed integration runtime.
- compute
Properties Property Map - The compute resource for managed integration runtime.
- customer
Virtual Property MapNetwork - The name of virtual network to which Azure-SSIS integration runtime will join
- description String
- Integration runtime description.
- managed
Virtual Property MapNetwork - Managed Virtual Network reference.
- ssis
Properties Property Map - SSIS properties for managed integration runtime.
ManagedIntegrationRuntimeResponse, ManagedIntegrationRuntimeResponseArgs
- State string
- Integration runtime state, only valid for managed dedicated integration runtime.
- Compute
Properties Pulumi.Azure Native. Data Factory. Inputs. Integration Runtime Compute Properties Response - The compute resource for managed integration runtime.
- Customer
Virtual Pulumi.Network Azure Native. Data Factory. 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.
- Managed
Virtual Pulumi.Network Azure Native. Data Factory. Inputs. Managed Virtual Network Reference Response - Managed Virtual Network reference.
- Ssis
Properties Pulumi.Azure Native. Data Factory. Inputs. Integration Runtime Ssis Properties Response - SSIS properties for managed integration runtime.
- State string
- 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 string
- Integration runtime description.
- Managed
Virtual ManagedNetwork Virtual Network Reference Response - Managed Virtual Network reference.
- Ssis
Properties IntegrationRuntime Ssis Properties Response - SSIS properties for managed integration runtime.
- state String
- 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 String
- Integration runtime description.
- managed
Virtual ManagedNetwork Virtual Network Reference Response - Managed Virtual Network reference.
- ssis
Properties IntegrationRuntime Ssis Properties Response - SSIS properties for managed integration runtime.
- state string
- 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 string
- Integration runtime description.
- managed
Virtual ManagedNetwork Virtual Network Reference Response - Managed Virtual Network reference.
- ssis
Properties IntegrationRuntime Ssis Properties Response - SSIS properties for managed integration runtime.
- 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.
- managed_
virtual_ Managednetwork Virtual Network Reference Response - Managed Virtual Network reference.
- ssis_
properties IntegrationRuntime Ssis Properties Response - SSIS properties for managed integration runtime.
- state String
- Integration runtime state, only valid for managed dedicated integration runtime.
- compute
Properties Property Map - The compute resource for managed integration runtime.
- customer
Virtual Property MapNetwork - The name of virtual network to which Azure-SSIS integration runtime will join
- description String
- Integration runtime description.
- managed
Virtual Property MapNetwork - Managed Virtual Network reference.
- ssis
Properties Property Map - SSIS properties for managed integration runtime.
ManagedVirtualNetworkReference, ManagedVirtualNetworkReferenceArgs
- Reference
Name string - Reference ManagedVirtualNetwork name.
- Type
string | Pulumi.
Azure Native. Data Factory. Managed Virtual Network Reference Type - Managed Virtual Network reference type.
- Reference
Name string - Reference ManagedVirtualNetwork name.
- Type
string | Managed
Virtual Network Reference Type - Managed Virtual Network reference type.
- reference
Name String - Reference ManagedVirtualNetwork name.
- type
String | Managed
Virtual Network Reference Type - Managed Virtual Network reference type.
- reference
Name string - Reference ManagedVirtualNetwork name.
- type
string | Managed
Virtual Network Reference Type - Managed Virtual Network reference type.
- reference_
name str - Reference ManagedVirtualNetwork name.
- type
str | Managed
Virtual Network Reference Type - Managed Virtual Network reference type.
- reference
Name String - Reference ManagedVirtualNetwork name.
- type
String | "Managed
Virtual Network Reference" - Managed Virtual Network reference type.
ManagedVirtualNetworkReferenceResponse, ManagedVirtualNetworkReferenceResponseArgs
- Reference
Name string - Reference ManagedVirtualNetwork name.
- Type string
- Managed Virtual Network reference type.
- Reference
Name string - Reference ManagedVirtualNetwork name.
- Type string
- Managed Virtual Network reference type.
- reference
Name String - Reference ManagedVirtualNetwork name.
- type String
- Managed Virtual Network reference type.
- reference
Name string - Reference ManagedVirtualNetwork name.
- type string
- Managed Virtual Network reference type.
- reference_
name str - Reference ManagedVirtualNetwork name.
- type str
- Managed Virtual Network reference type.
- reference
Name String - Reference ManagedVirtualNetwork name.
- type String
- Managed Virtual Network reference type.
ManagedVirtualNetworkReferenceType, ManagedVirtualNetworkReferenceTypeArgs
- Managed
Virtual Network Reference - ManagedVirtualNetworkReference
- Managed
Virtual Network Reference Type Managed Virtual Network Reference - ManagedVirtualNetworkReference
- Managed
Virtual Network Reference - ManagedVirtualNetworkReference
- Managed
Virtual Network Reference - ManagedVirtualNetworkReference
- MANAGED_VIRTUAL_NETWORK_REFERENCE
- ManagedVirtualNetworkReference
- "Managed
Virtual Network Reference" - ManagedVirtualNetworkReference
PackageStore, PackageStoreArgs
- Name string
- The name of the package store
- Package
Store Pulumi.Linked Service Azure Native. Data Factory. Inputs. Entity Reference - The package store linked service reference.
- Name string
- The name of the package store
- Package
Store EntityLinked Service Reference - The package store linked service reference.
- name String
- The name of the package store
- package
Store EntityLinked Service Reference - The package store linked service reference.
- name string
- The name of the package store
- package
Store EntityLinked Service Reference - The package store linked service reference.
- name str
- The name of the package store
- package_
store_ Entitylinked_ service Reference - The package store linked service reference.
- name String
- The name of the package store
- package
Store Property MapLinked Service - The package store linked service reference.
PackageStoreResponse, PackageStoreResponseArgs
- Name string
- The name of the package store
- Package
Store Pulumi.Linked Service Azure Native. Data Factory. Inputs. Entity Reference Response - The package store linked service reference.
- Name string
- The name of the package store
- Package
Store EntityLinked Service Reference Response - The package store linked service reference.
- name String
- The name of the package store
- package
Store EntityLinked Service Reference Response - The package store linked service reference.
- name string
- The name of the package store
- package
Store EntityLinked Service Reference Response - The package store linked service reference.
- name str
- The name of the package store
- package_
store_ Entitylinked_ service Reference Response - The package store linked service reference.
- name String
- The name of the package store
- package
Store Property MapLinked Service - The package store linked service reference.
PipelineExternalComputeScaleProperties, PipelineExternalComputeScalePropertiesArgs
- Time
To intLive - Time to live (in minutes) setting of integration runtime which will execute pipeline and external activity.
- Time
To intLive - Time to live (in minutes) setting of integration runtime which will execute pipeline and external activity.
- time
To IntegerLive - Time to live (in minutes) setting of integration runtime which will execute pipeline and external activity.
- time
To numberLive - Time to live (in minutes) setting of integration runtime which will execute pipeline and external activity.
- time_
to_ intlive - Time to live (in minutes) setting of integration runtime which will execute pipeline and external activity.
- time
To NumberLive - Time to live (in minutes) setting of integration runtime which will execute pipeline and external activity.
PipelineExternalComputeScalePropertiesResponse, PipelineExternalComputeScalePropertiesResponseArgs
- Time
To intLive - Time to live (in minutes) setting of integration runtime which will execute pipeline and external activity.
- Time
To intLive - Time to live (in minutes) setting of integration runtime which will execute pipeline and external activity.
- time
To IntegerLive - Time to live (in minutes) setting of integration runtime which will execute pipeline and external activity.
- time
To numberLive - Time to live (in minutes) setting of integration runtime which will execute pipeline and external activity.
- time_
to_ intlive - Time to live (in minutes) setting of integration runtime which will execute pipeline and external activity.
- time
To NumberLive - Time to live (in minutes) setting of integration runtime which will execute pipeline and external activity.
SecureString, SecureStringArgs
- 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.
SecureStringResponse, SecureStringResponseArgs
- 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.
SelfHostedIntegrationRuntime, SelfHostedIntegrationRuntimeArgs
- Description string
- Integration runtime description.
- Linked
Info Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Linked Integration Runtime Key Authorization Azure Native. Data Factory. Inputs. Linked Integration Runtime Rbac Authorization - The base definition of a linked integration runtime.
- Description string
- Integration runtime description.
- Linked
Info LinkedIntegration | LinkedRuntime Key Authorization Integration Runtime Rbac Authorization - The base definition of a linked integration runtime.
- description String
- Integration runtime description.
- linked
Info LinkedIntegration | LinkedRuntime Key Authorization Integration Runtime Rbac Authorization - The base definition of a linked integration runtime.
- description string
- Integration runtime description.
- linked
Info LinkedIntegration | LinkedRuntime Key Authorization Integration Runtime Rbac Authorization - The base definition of a linked integration runtime.
- description str
- Integration runtime description.
- linked_
info LinkedIntegration | LinkedRuntime Key Authorization Integration Runtime Rbac Authorization - The base definition of a linked integration runtime.
- description String
- Integration runtime description.
- linked
Info Property Map | Property Map - The base definition of a linked integration runtime.
SelfHostedIntegrationRuntimeResponse, SelfHostedIntegrationRuntimeResponseArgs
- Description string
- Integration runtime description.
- Linked
Info Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Linked Integration Runtime Key Authorization Response Azure Native. Data Factory. Inputs. Linked Integration Runtime Rbac Authorization Response - The base definition of a linked integration runtime.
- Description string
- Integration runtime description.
- Linked
Info LinkedIntegration | LinkedRuntime Key Authorization Response Integration Runtime Rbac Authorization Response - The base definition of a linked integration runtime.
- description String
- Integration runtime description.
- linked
Info LinkedIntegration | LinkedRuntime Key Authorization Response Integration Runtime Rbac Authorization Response - The base definition of a linked integration runtime.
- description string
- Integration runtime description.
- linked
Info LinkedIntegration | LinkedRuntime Key Authorization Response Integration Runtime Rbac Authorization Response - The base definition of a linked integration runtime.
- description str
- Integration runtime description.
- linked_
info LinkedIntegration | LinkedRuntime Key Authorization Response Integration Runtime Rbac Authorization Response - The base definition of a linked integration runtime.
- description String
- Integration runtime description.
- linked
Info Property Map | Property Map - The base definition of a linked integration runtime.
Type, TypeArgs
- Linked
Service Reference - LinkedServiceReference
- Type
Linked Service Reference - LinkedServiceReference
- Linked
Service Reference - LinkedServiceReference
- Linked
Service Reference - LinkedServiceReference
- LINKED_SERVICE_REFERENCE
- LinkedServiceReference
- "Linked
Service Reference" - LinkedServiceReference
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:datafactory:IntegrationRuntime exampleIntegrationRuntime /subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/integrationruntimes/exampleIntegrationRuntime
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0