Megosztás a következőn keresztül:


ShareDataSetMappingCollection.CreateOrUpdateAsync Method

Definition

Create a DataSetMapping

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/dataSetMappings/{dataSetMappingName}
  • Operation Id: DataSetMappings_Create
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DataShare.ShareDataSetMappingResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string dataSetMappingName, Azure.ResourceManager.DataShare.ShareDataSetMappingData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.DataShare.ShareDataSetMappingData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DataShare.ShareDataSetMappingResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.DataShare.ShareDataSetMappingData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DataShare.ShareDataSetMappingResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, dataSetMappingName As String, data As ShareDataSetMappingData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of ShareDataSetMappingResource))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

dataSetMappingName
String

The name of the data set mapping to be created.

data
ShareDataSetMappingData

Destination data set configuration details.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

dataSetMappingName is an empty string, and was expected to be non-empty.

dataSetMappingName or data is null.

Applies to