Package-level declarations

Types

Link copied to clipboard
class Account : KotlinCustomResource

An account data transfer object. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
data class AccountArgs(val accountName: Output<String>? = null, val identity: Output<IdentityArgs>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<AccountArgs>

An account data transfer object. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
Link copied to clipboard
object AccountMapper : ResourceMapper<Account>
Link copied to clipboard
Link copied to clipboard
class ADLSGen1FileDataSet : KotlinCustomResource

An ADLS Gen 1 file data set. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
data class ADLSGen1FileDataSetArgs(val accountName: Output<String>? = null, val dataSetName: Output<String>? = null, val fileName: Output<String>? = null, val folderPath: Output<String>? = null, val kind: Output<String>? = null, val resourceGroup: Output<String>? = null, val resourceGroupName: Output<String>? = null, val shareName: Output<String>? = null, val subscriptionId: Output<String>? = null) : ConvertibleToJava<ADLSGen1FileDataSetArgs>

An ADLS Gen 1 file data set. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
Link copied to clipboard
class ADLSGen1FolderDataSet : KotlinCustomResource

An ADLS Gen 1 folder data set. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
data class ADLSGen1FolderDataSetArgs(val accountName: Output<String>? = null, val dataSetName: Output<String>? = null, val folderPath: Output<String>? = null, val kind: Output<String>? = null, val resourceGroup: Output<String>? = null, val resourceGroupName: Output<String>? = null, val shareName: Output<String>? = null, val subscriptionId: Output<String>? = null) : ConvertibleToJava<ADLSGen1FolderDataSetArgs>

An ADLS Gen 1 folder data set. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
Link copied to clipboard
class ADLSGen2FileDataSet : KotlinCustomResource

An ADLS Gen 2 file data set. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
data class ADLSGen2FileDataSetArgs(val accountName: Output<String>? = null, val dataSetName: Output<String>? = null, val filePath: Output<String>? = null, val fileSystem: Output<String>? = null, val kind: Output<String>? = null, val resourceGroup: Output<String>? = null, val resourceGroupName: Output<String>? = null, val shareName: Output<String>? = null, val storageAccountName: Output<String>? = null, val subscriptionId: Output<String>? = null) : ConvertibleToJava<ADLSGen2FileDataSetArgs>

An ADLS Gen 2 file data set. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
Link copied to clipboard
class ADLSGen2FileDataSetMapping : KotlinCustomResource

An ADLS Gen2 file data set mapping. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
data class ADLSGen2FileDataSetMappingArgs(val accountName: Output<String>? = null, val dataSetId: Output<String>? = null, val dataSetMappingName: Output<String>? = null, val filePath: Output<String>? = null, val fileSystem: Output<String>? = null, val kind: Output<String>? = null, val outputType: Output<Either<String, OutputType>>? = null, val resourceGroup: Output<String>? = null, val resourceGroupName: Output<String>? = null, val shareSubscriptionName: Output<String>? = null, val storageAccountName: Output<String>? = null, val subscriptionId: Output<String>? = null) : ConvertibleToJava<ADLSGen2FileDataSetMappingArgs>

An ADLS Gen2 file data set mapping. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
class ADLSGen2FileSystemDataSet : KotlinCustomResource

An ADLS Gen 2 file system data set. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
data class ADLSGen2FileSystemDataSetArgs(val accountName: Output<String>? = null, val dataSetName: Output<String>? = null, val fileSystem: Output<String>? = null, val kind: Output<String>? = null, val resourceGroup: Output<String>? = null, val resourceGroupName: Output<String>? = null, val shareName: Output<String>? = null, val storageAccountName: Output<String>? = null, val subscriptionId: Output<String>? = null) : ConvertibleToJava<ADLSGen2FileSystemDataSetArgs>

An ADLS Gen 2 file system data set. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
class ADLSGen2FileSystemDataSetMapping : KotlinCustomResource

An ADLS Gen2 file system data set mapping. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
data class ADLSGen2FileSystemDataSetMappingArgs(val accountName: Output<String>? = null, val dataSetId: Output<String>? = null, val dataSetMappingName: Output<String>? = null, val fileSystem: Output<String>? = null, val kind: Output<String>? = null, val resourceGroup: Output<String>? = null, val resourceGroupName: Output<String>? = null, val shareSubscriptionName: Output<String>? = null, val storageAccountName: Output<String>? = null, val subscriptionId: Output<String>? = null) : ConvertibleToJava<ADLSGen2FileSystemDataSetMappingArgs>

An ADLS Gen2 file system data set mapping. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
class ADLSGen2FolderDataSet : KotlinCustomResource

An ADLS Gen 2 folder data set. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
data class ADLSGen2FolderDataSetArgs(val accountName: Output<String>? = null, val dataSetName: Output<String>? = null, val fileSystem: Output<String>? = null, val folderPath: Output<String>? = null, val kind: Output<String>? = null, val resourceGroup: Output<String>? = null, val resourceGroupName: Output<String>? = null, val shareName: Output<String>? = null, val storageAccountName: Output<String>? = null, val subscriptionId: Output<String>? = null) : ConvertibleToJava<ADLSGen2FolderDataSetArgs>

An ADLS Gen 2 folder data set. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
Link copied to clipboard
class ADLSGen2FolderDataSetMapping : KotlinCustomResource

An ADLS Gen2 folder data set mapping. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
data class ADLSGen2FolderDataSetMappingArgs(val accountName: Output<String>? = null, val dataSetId: Output<String>? = null, val dataSetMappingName: Output<String>? = null, val fileSystem: Output<String>? = null, val folderPath: Output<String>? = null, val kind: Output<String>? = null, val resourceGroup: Output<String>? = null, val resourceGroupName: Output<String>? = null, val shareSubscriptionName: Output<String>? = null, val storageAccountName: Output<String>? = null, val subscriptionId: Output<String>? = null) : ConvertibleToJava<ADLSGen2FolderDataSetMappingArgs>

An ADLS Gen2 folder data set mapping. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
class BlobContainerDataSet : KotlinCustomResource

An Azure storage blob container data set. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
data class BlobContainerDataSetArgs(val accountName: Output<String>? = null, val containerName: Output<String>? = null, val dataSetName: Output<String>? = null, val kind: Output<String>? = null, val resourceGroup: Output<String>? = null, val resourceGroupName: Output<String>? = null, val shareName: Output<String>? = null, val storageAccountName: Output<String>? = null, val subscriptionId: Output<String>? = null) : ConvertibleToJava<BlobContainerDataSetArgs>

An Azure storage blob container data set. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
Link copied to clipboard
class BlobContainerDataSetMapping : KotlinCustomResource

A Blob container data set mapping. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
data class BlobContainerDataSetMappingArgs(val accountName: Output<String>? = null, val containerName: Output<String>? = null, val dataSetId: Output<String>? = null, val dataSetMappingName: Output<String>? = null, val kind: Output<String>? = null, val resourceGroup: Output<String>? = null, val resourceGroupName: Output<String>? = null, val shareSubscriptionName: Output<String>? = null, val storageAccountName: Output<String>? = null, val subscriptionId: Output<String>? = null) : ConvertibleToJava<BlobContainerDataSetMappingArgs>

A Blob container data set mapping. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
class BlobDataSet : KotlinCustomResource

An Azure storage blob data set. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
data class BlobDataSetArgs(val accountName: Output<String>? = null, val containerName: Output<String>? = null, val dataSetName: Output<String>? = null, val filePath: Output<String>? = null, val kind: Output<String>? = null, val resourceGroup: Output<String>? = null, val resourceGroupName: Output<String>? = null, val shareName: Output<String>? = null, val storageAccountName: Output<String>? = null, val subscriptionId: Output<String>? = null) : ConvertibleToJava<BlobDataSetArgs>

An Azure storage blob data set. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
Link copied to clipboard
object BlobDataSetMapper : ResourceMapper<BlobDataSet>
Link copied to clipboard
class BlobDataSetMapping : KotlinCustomResource

A Blob data set mapping. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
data class BlobDataSetMappingArgs(val accountName: Output<String>? = null, val containerName: Output<String>? = null, val dataSetId: Output<String>? = null, val dataSetMappingName: Output<String>? = null, val filePath: Output<String>? = null, val kind: Output<String>? = null, val outputType: Output<Either<String, OutputType>>? = null, val resourceGroup: Output<String>? = null, val resourceGroupName: Output<String>? = null, val shareSubscriptionName: Output<String>? = null, val storageAccountName: Output<String>? = null, val subscriptionId: Output<String>? = null) : ConvertibleToJava<BlobDataSetMappingArgs>

A Blob data set mapping. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class BlobFolderDataSet : KotlinCustomResource

An Azure storage blob folder data set. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
data class BlobFolderDataSetArgs(val accountName: Output<String>? = null, val containerName: Output<String>? = null, val dataSetName: Output<String>? = null, val kind: Output<String>? = null, val prefix: Output<String>? = null, val resourceGroup: Output<String>? = null, val resourceGroupName: Output<String>? = null, val shareName: Output<String>? = null, val storageAccountName: Output<String>? = null, val subscriptionId: Output<String>? = null) : ConvertibleToJava<BlobFolderDataSetArgs>

An Azure storage blob folder data set. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
object BlobFolderDataSetMapper : ResourceMapper<BlobFolderDataSet>
Link copied to clipboard
class BlobFolderDataSetMapping : KotlinCustomResource

A Blob folder data set mapping. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
data class BlobFolderDataSetMappingArgs(val accountName: Output<String>? = null, val containerName: Output<String>? = null, val dataSetId: Output<String>? = null, val dataSetMappingName: Output<String>? = null, val kind: Output<String>? = null, val prefix: Output<String>? = null, val resourceGroup: Output<String>? = null, val resourceGroupName: Output<String>? = null, val shareSubscriptionName: Output<String>? = null, val storageAccountName: Output<String>? = null, val subscriptionId: Output<String>? = null) : ConvertibleToJava<BlobFolderDataSetMappingArgs>

A Blob folder data set mapping. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
Link copied to clipboard
class Invitation : KotlinCustomResource

A Invitation data transfer object. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
data class InvitationArgs(val accountName: Output<String>? = null, val expirationDate: Output<String>? = null, val invitationName: Output<String>? = null, val resourceGroupName: Output<String>? = null, val shareName: Output<String>? = null, val targetActiveDirectoryId: Output<String>? = null, val targetEmail: Output<String>? = null, val targetObjectId: Output<String>? = null) : ConvertibleToJava<InvitationArgs>

A Invitation data transfer object. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
Link copied to clipboard
object InvitationMapper : ResourceMapper<Invitation>
Link copied to clipboard
Link copied to clipboard
class KustoClusterDataSet : KotlinCustomResource

A kusto cluster data set. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
data class KustoClusterDataSetArgs(val accountName: Output<String>? = null, val dataSetName: Output<String>? = null, val kind: Output<String>? = null, val kustoClusterResourceId: Output<String>? = null, val resourceGroupName: Output<String>? = null, val shareName: Output<String>? = null) : ConvertibleToJava<KustoClusterDataSetArgs>

A kusto cluster data set. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
Link copied to clipboard
class KustoClusterDataSetMapping : KotlinCustomResource

A Kusto cluster data set mapping Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
data class KustoClusterDataSetMappingArgs(val accountName: Output<String>? = null, val dataSetId: Output<String>? = null, val dataSetMappingName: Output<String>? = null, val kind: Output<String>? = null, val kustoClusterResourceId: Output<String>? = null, val resourceGroupName: Output<String>? = null, val shareSubscriptionName: Output<String>? = null) : ConvertibleToJava<KustoClusterDataSetMappingArgs>

A Kusto cluster data set mapping Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
class KustoDatabaseDataSet : KotlinCustomResource

A kusto database data set. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
data class KustoDatabaseDataSetArgs(val accountName: Output<String>? = null, val dataSetName: Output<String>? = null, val kind: Output<String>? = null, val kustoDatabaseResourceId: Output<String>? = null, val resourceGroupName: Output<String>? = null, val shareName: Output<String>? = null) : ConvertibleToJava<KustoDatabaseDataSetArgs>

A kusto database data set. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
Link copied to clipboard
class KustoDatabaseDataSetMapping : KotlinCustomResource

A Kusto database data set mapping Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
data class KustoDatabaseDataSetMappingArgs(val accountName: Output<String>? = null, val dataSetId: Output<String>? = null, val dataSetMappingName: Output<String>? = null, val kind: Output<String>? = null, val kustoClusterResourceId: Output<String>? = null, val resourceGroupName: Output<String>? = null, val shareSubscriptionName: Output<String>? = null) : ConvertibleToJava<KustoDatabaseDataSetMappingArgs>

A Kusto database data set mapping Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
class KustoTableDataSet : KotlinCustomResource

A kusto table data set. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
data class KustoTableDataSetArgs(val accountName: Output<String>? = null, val dataSetName: Output<String>? = null, val kind: Output<String>? = null, val kustoDatabaseResourceId: Output<String>? = null, val resourceGroupName: Output<String>? = null, val shareName: Output<String>? = null, val tableLevelSharingProperties: Output<TableLevelSharingPropertiesArgs>? = null) : ConvertibleToJava<KustoTableDataSetArgs>

A kusto table data set. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
object KustoTableDataSetMapper : ResourceMapper<KustoTableDataSet>
Link copied to clipboard
class KustoTableDataSetMapping : KotlinCustomResource

A Kusto database data set mapping Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
data class KustoTableDataSetMappingArgs(val accountName: Output<String>? = null, val dataSetId: Output<String>? = null, val dataSetMappingName: Output<String>? = null, val kind: Output<String>? = null, val kustoClusterResourceId: Output<String>? = null, val resourceGroupName: Output<String>? = null, val shareSubscriptionName: Output<String>? = null) : ConvertibleToJava<KustoTableDataSetMappingArgs>

A Kusto database data set mapping Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
class ScheduledSynchronizationSetting : KotlinCustomResource

A type of synchronization setting based on schedule Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
data class ScheduledSynchronizationSettingArgs(val accountName: Output<String>? = null, val kind: Output<String>? = null, val recurrenceInterval: Output<Either<String, RecurrenceInterval>>? = null, val resourceGroupName: Output<String>? = null, val shareName: Output<String>? = null, val synchronizationSettingName: Output<String>? = null, val synchronizationTime: Output<String>? = null) : ConvertibleToJava<ScheduledSynchronizationSettingArgs>

A type of synchronization setting based on schedule Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
class ScheduledTrigger : KotlinCustomResource

A type of trigger based on schedule Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
data class ScheduledTriggerArgs(val accountName: Output<String>? = null, val kind: Output<String>? = null, val recurrenceInterval: Output<Either<String, RecurrenceInterval>>? = null, val resourceGroupName: Output<String>? = null, val shareSubscriptionName: Output<String>? = null, val synchronizationMode: Output<Either<String, SynchronizationMode>>? = null, val synchronizationTime: Output<String>? = null, val triggerName: Output<String>? = null) : ConvertibleToJava<ScheduledTriggerArgs>

A type of trigger based on schedule Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
object ScheduledTriggerMapper : ResourceMapper<ScheduledTrigger>
Link copied to clipboard
class Share : KotlinCustomResource

A share data transfer object. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
data class ShareArgs(val accountName: Output<String>? = null, val description: Output<String>? = null, val resourceGroupName: Output<String>? = null, val shareKind: Output<Either<String, ShareKind>>? = null, val shareName: Output<String>? = null, val terms: Output<String>? = null) : ConvertibleToJava<ShareArgs>

A share data transfer object. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard

Builder for ShareArgs.

Link copied to clipboard
object ShareMapper : ResourceMapper<Share>
Link copied to clipboard

Builder for Share.

Link copied to clipboard
class ShareSubscription : KotlinCustomResource

A share subscription data transfer object. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
data class ShareSubscriptionArgs(val accountName: Output<String>? = null, val expirationDate: Output<String>? = null, val invitationId: Output<String>? = null, val resourceGroupName: Output<String>? = null, val shareSubscriptionName: Output<String>? = null, val sourceShareLocation: Output<String>? = null) : ConvertibleToJava<ShareSubscriptionArgs>

A share subscription data transfer object. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
object ShareSubscriptionMapper : ResourceMapper<ShareSubscription>
Link copied to clipboard
class SqlDBTableDataSet : KotlinCustomResource

A SQL DB table data set. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
data class SqlDBTableDataSetArgs(val accountName: Output<String>? = null, val dataSetName: Output<String>? = null, val databaseName: Output<String>? = null, val kind: Output<String>? = null, val resourceGroupName: Output<String>? = null, val schemaName: Output<String>? = null, val shareName: Output<String>? = null, val sqlServerResourceId: Output<String>? = null, val tableName: Output<String>? = null) : ConvertibleToJava<SqlDBTableDataSetArgs>

A SQL DB table data set. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
object SqlDBTableDataSetMapper : ResourceMapper<SqlDBTableDataSet>
Link copied to clipboard
class SqlDBTableDataSetMapping : KotlinCustomResource

A SQL DB Table data set mapping. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
data class SqlDBTableDataSetMappingArgs(val accountName: Output<String>? = null, val dataSetId: Output<String>? = null, val dataSetMappingName: Output<String>? = null, val databaseName: Output<String>? = null, val kind: Output<String>? = null, val resourceGroupName: Output<String>? = null, val schemaName: Output<String>? = null, val shareSubscriptionName: Output<String>? = null, val sqlServerResourceId: Output<String>? = null, val tableName: Output<String>? = null) : ConvertibleToJava<SqlDBTableDataSetMappingArgs>

A SQL DB Table data set mapping. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
class SqlDWTableDataSet : KotlinCustomResource

A SQL DW table data set. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
data class SqlDWTableDataSetArgs(val accountName: Output<String>? = null, val dataSetName: Output<String>? = null, val dataWarehouseName: Output<String>? = null, val kind: Output<String>? = null, val resourceGroupName: Output<String>? = null, val schemaName: Output<String>? = null, val shareName: Output<String>? = null, val sqlServerResourceId: Output<String>? = null, val tableName: Output<String>? = null) : ConvertibleToJava<SqlDWTableDataSetArgs>

A SQL DW table data set. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
object SqlDWTableDataSetMapper : ResourceMapper<SqlDWTableDataSet>
Link copied to clipboard
class SqlDWTableDataSetMapping : KotlinCustomResource

A SQL DW Table data set mapping. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
data class SqlDWTableDataSetMappingArgs(val accountName: Output<String>? = null, val dataSetId: Output<String>? = null, val dataSetMappingName: Output<String>? = null, val dataWarehouseName: Output<String>? = null, val kind: Output<String>? = null, val resourceGroupName: Output<String>? = null, val schemaName: Output<String>? = null, val shareSubscriptionName: Output<String>? = null, val sqlServerResourceId: Output<String>? = null, val tableName: Output<String>? = null) : ConvertibleToJava<SqlDWTableDataSetMappingArgs>

A SQL DW Table data set mapping. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
class SynapseWorkspaceSqlPoolTableDataSet : KotlinCustomResource

A Synapse Workspace Sql Pool Table data set. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Link copied to clipboard
data class SynapseWorkspaceSqlPoolTableDataSetArgs(val accountName: Output<String>? = null, val dataSetName: Output<String>? = null, val kind: Output<String>? = null, val resourceGroupName: Output<String>? = null, val shareName: Output<String>? = null, val synapseWorkspaceSqlPoolTableResourceId: Output<String>? = null) : ConvertibleToJava<SynapseWorkspaceSqlPoolTableDataSetArgs>

A Synapse Workspace Sql Pool Table data set. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

class SynapseWorkspaceSqlPoolTableDataSetMapping : KotlinCustomResource

A Synapse Workspace Sql Pool Table data set mapping Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

data class SynapseWorkspaceSqlPoolTableDataSetMappingArgs(val accountName: Output<String>? = null, val dataSetId: Output<String>? = null, val dataSetMappingName: Output<String>? = null, val kind: Output<String>? = null, val resourceGroupName: Output<String>? = null, val shareSubscriptionName: Output<String>? = null, val synapseWorkspaceSqlPoolTableResourceId: Output<String>? = null) : ConvertibleToJava<SynapseWorkspaceSqlPoolTableDataSetMappingArgs>

A Synapse Workspace Sql Pool Table data set mapping Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-09-01.

Functions

Link copied to clipboard
fun account(name: String): Account
suspend fun account(name: String, block: suspend AccountResourceBuilder.() -> Unit): Account
Link copied to clipboard
suspend fun blobDataSet(name: String, block: suspend BlobDataSetResourceBuilder.() -> Unit): BlobDataSet
Link copied to clipboard
suspend fun invitation(name: String, block: suspend InvitationResourceBuilder.() -> Unit): Invitation
Link copied to clipboard
Link copied to clipboard
fun share(name: String): Share
suspend fun share(name: String, block: suspend ShareResourceBuilder.() -> Unit): Share