DataSetMappingsOperationsExtensions.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Maps a source data set in the source share to a sink data set in the share subscription. Enables copying the data set from source to destination.
public static Microsoft.Azure.Management.DataShare.Models.DataSetMapping Create (this Microsoft.Azure.Management.DataShare.IDataSetMappingsOperations operations, string resourceGroupName, string accountName, string shareSubscriptionName, string dataSetMappingName, Microsoft.Azure.Management.DataShare.Models.DataSetMapping dataSetMapping);
static member Create : Microsoft.Azure.Management.DataShare.IDataSetMappingsOperations * string * string * string * string * Microsoft.Azure.Management.DataShare.Models.DataSetMapping -> Microsoft.Azure.Management.DataShare.Models.DataSetMapping
<Extension()>
Public Function Create (operations As IDataSetMappingsOperations, resourceGroupName As String, accountName As String, shareSubscriptionName As String, dataSetMappingName As String, dataSetMapping As DataSetMapping) As DataSetMapping
Parameters
- operations
- IDataSetMappingsOperations
The operations group for this extension method.
- resourceGroupName
- String
The resource group name.
- accountName
- String
The name of the share account.
- shareSubscriptionName
- String
The name of the share subscription which will hold the data set sink.
- dataSetMappingName
- String
The name of the data set mapping to be created.
- dataSetMapping
- DataSetMapping
Destination data set configuration details.
Returns
Remarks
Create a DataSetMapping
Applies to
Azure SDK for .NET