Package-level declarations

Types

Link copied to clipboard

Credential resource type. API Version: 2018-06-01.

Link copied to clipboard
data class CredentialOperationArgs(val credentialName: Output<String>? = null, val factoryName: Output<String>? = null, val properties: Output<ManagedIdentityCredentialArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<CredentialOperationArgs>

Credential resource type. API Version: 2018-06-01.

Link copied to clipboard
Link copied to clipboard

Data flow resource type. API Version: 2018-06-01.

Link copied to clipboard
data class DataFlowArgs(val dataFlowName: Output<String>? = null, val factoryName: Output<String>? = null, val properties: Output<Any>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<DataFlowArgs>

Data flow resource type. API Version: 2018-06-01.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Dataset resource type. API Version: 2018-06-01.

Link copied to clipboard
data class DatasetArgs(val datasetName: Output<String>? = null, val factoryName: Output<String>? = null, val properties: Output<Any>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<DatasetArgs>

Dataset resource type. API Version: 2018-06-01.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Factory resource type. API Version: 2018-06-01.

Link copied to clipboard
data class FactoryArgs(val encryption: Output<EncryptionConfigurationArgs>? = null, val factoryName: Output<String>? = null, val globalParameters: Output<Map<String, GlobalParameterSpecificationArgs>>? = null, val identity: Output<FactoryIdentityArgs>? = null, val location: Output<String>? = null, val publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, val purviewConfiguration: Output<PurviewConfigurationArgs>? = null, val repoConfiguration: Output<Either<FactoryGitHubConfigurationArgs, FactoryVSTSConfigurationArgs>>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<FactoryArgs>

Factory resource type. API Version: 2018-06-01.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Global parameters resource type. API Version: 2018-06-01.

Link copied to clipboard
data class GlobalParameterArgs(val factoryName: Output<String>? = null, val globalParameterName: Output<String>? = null, val properties: Output<Map<String, GlobalParameterSpecificationArgs>>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<GlobalParameterArgs>

Global parameters resource type. API Version: 2018-06-01.

Link copied to clipboard

Integration runtime resource type. API Version: 2018-06-01.

Link copied to clipboard
data class IntegrationRuntimeArgs(val factoryName: Output<String>? = null, val integrationRuntimeName: Output<String>? = null, val properties: Output<Either<ManagedIntegrationRuntimeArgs, SelfHostedIntegrationRuntimeArgs>>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<IntegrationRuntimeArgs>

Integration runtime resource type. API Version: 2018-06-01.

Link copied to clipboard

Linked service resource type. API Version: 2018-06-01.

Link copied to clipboard
data class LinkedServiceArgs(val factoryName: Output<String>? = null, val linkedServiceName: Output<String>? = null, val properties: Output<Any>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<LinkedServiceArgs>

Linked service resource type. API Version: 2018-06-01.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Managed private endpoint resource type. API Version: 2018-06-01.

Link copied to clipboard
data class ManagedPrivateEndpointArgs(val factoryName: Output<String>? = null, val managedPrivateEndpointName: Output<String>? = null, val managedVirtualNetworkName: Output<String>? = null, val properties: Output<ManagedPrivateEndpointArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<ManagedPrivateEndpointArgs>

Managed private endpoint resource type. API Version: 2018-06-01.

Link copied to clipboard

Pipeline resource type. API Version: 2018-06-01.

Link copied to clipboard
data class PipelineArgs(val activities: Output<List<Any>>? = null, val annotations: Output<List<Any>>? = null, val concurrency: Output<Int>? = null, val description: Output<String>? = null, val factoryName: Output<String>? = null, val folder: Output<PipelineFolderArgs>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val pipelineName: Output<String>? = null, val policy: Output<PipelinePolicyArgs>? = null, val resourceGroupName: Output<String>? = null, val runDimensions: Output<Map<String, Any>>? = null, val variables: Output<Map<String, VariableSpecificationArgs>>? = null) : ConvertibleToJava<PipelineArgs>

Pipeline resource type. API Version: 2018-06-01.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Private Endpoint Connection ARM resource. API Version: 2018-06-01.

Link copied to clipboard
data class PrivateEndpointConnectionArgs(val factoryName: Output<String>? = null, val privateEndpointConnectionName: Output<String>? = null, val properties: Output<PrivateLinkConnectionApprovalRequestArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<PrivateEndpointConnectionArgs>

Private Endpoint Connection ARM resource. API Version: 2018-06-01.

Link copied to clipboard

Trigger resource type. API Version: 2018-06-01.

Link copied to clipboard
data class TriggerArgs(val factoryName: Output<String>? = null, val properties: Output<Any>? = null, val resourceGroupName: Output<String>? = null, val triggerName: Output<String>? = null) : ConvertibleToJava<TriggerArgs>

Trigger resource type. API Version: 2018-06-01.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun dataFlowResource(name: String, block: suspend DataFlowResourceBuilder.() -> Unit): DataFlow
Link copied to clipboard
suspend fun datasetResource(name: String, block: suspend DatasetResourceBuilder.() -> Unit): Dataset
Link copied to clipboard
suspend fun factoryResource(name: String, block: suspend FactoryResourceBuilder.() -> Unit): Factory
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun pipelineResource(name: String, block: suspend PipelineResourceBuilder.() -> Unit): Pipeline
Link copied to clipboard
suspend fun triggerResource(name: String, block: suspend TriggerResourceBuilder.() -> Unit): Trigger