Share via


ArmDataShareModelFactory.SqlDBTableDataSetMapping Method

Definition

Initializes a new instance of SqlDBTableDataSetMapping.

public static Azure.ResourceManager.DataShare.Models.SqlDBTableDataSetMapping SqlDBTableDataSetMapping (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string databaseName = default, Guid dataSetId = default, Azure.ResourceManager.DataShare.Models.DataSetMappingStatus? dataSetMappingStatus = default, Azure.ResourceManager.DataShare.Models.DataShareProvisioningState? provisioningState = default, string schemaName = default, Azure.Core.ResourceIdentifier sqlServerResourceId = default, string tableName = default);
static member SqlDBTableDataSetMapping : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * Guid * Nullable<Azure.ResourceManager.DataShare.Models.DataSetMappingStatus> * Nullable<Azure.ResourceManager.DataShare.Models.DataShareProvisioningState> * string * Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.DataShare.Models.SqlDBTableDataSetMapping
Public Shared Function SqlDBTableDataSetMapping (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional databaseName As String = Nothing, Optional dataSetId As Guid = Nothing, Optional dataSetMappingStatus As Nullable(Of DataSetMappingStatus) = Nothing, Optional provisioningState As Nullable(Of DataShareProvisioningState) = Nothing, Optional schemaName As String = Nothing, Optional sqlServerResourceId As ResourceIdentifier = Nothing, Optional tableName As String = Nothing) As SqlDBTableDataSetMapping

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

databaseName
String

DatabaseName name of the sink data set.

dataSetId
Guid

The id of the source data set.

dataSetMappingStatus
Nullable<DataSetMappingStatus>

Gets the status of the data set mapping.

provisioningState
Nullable<DataShareProvisioningState>

Provisioning state of the data set mapping.

schemaName
String

Schema of the table. Default value is dbo.

sqlServerResourceId
ResourceIdentifier

Resource id of SQL server.

tableName
String

SQL DB table name.

Returns

A new SqlDBTableDataSetMapping instance for mocking.

Applies to