Class DatasetSqlServerTableArgs
Inherited Members
Namespace: Pulumi.Azure.DataFactory
Assembly: Pulumi.Azure.dll
Syntax
public sealed class DatasetSqlServerTableArgs : ResourceArgs
Constructors
View SourceDatasetSqlServerTableArgs()
Declaration
public DatasetSqlServerTableArgs()
Properties
View SourceAdditionalProperties
A map of additional properties to associate with the Data Factory Dataset SQL Server Table.
Declaration
public InputMap<string> AdditionalProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
Annotations
List of tags that can be used for describing the Data Factory Dataset SQL Server Table.
Declaration
public InputList<string> Annotations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
DataFactoryName
The Data Factory name in which to associate the Dataset with. Changing this forces a new resource.
Declaration
public Input<string> DataFactoryName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
The description for the Data Factory Dataset SQL Server Table.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Folder
The folder that this Dataset is in. If not specified, the Dataset will appear at the root level.
Declaration
public Input<string> Folder { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LinkedServiceName
The Data Factory Linked Service name in which to associate the Dataset with.
Declaration
public Input<string> LinkedServiceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Specifies the name of the Data Factory Dataset SQL Server Table. Changing this forces a new resource to be created. Must be globally unique. See the Microsoft documentation for all restrictions.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Parameters
A map of parameters to associate with the Data Factory Dataset SQL Server Table.
Declaration
public InputMap<string> Parameters { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
ResourceGroupName
The name of the resource group in which to create the Data Factory Dataset SQL Server Table. Changing this forces a new resource
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SchemaColumns
A schema_column block as defined below.
Declaration
public InputList<DatasetSqlServerTableSchemaColumnArgs> SchemaColumns { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<DatasetSqlServerTableSchemaColumnArgs> |
TableName
The table name of the Data Factory Dataset SQL Server Table.
Declaration
public Input<string> TableName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |