IDataSliceOperations.SetStatusAsync 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.
public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> SetStatusAsync (string resourceGroupName, string dataFactoryName, string tableName, Microsoft.Azure.Management.DataFactories.Models.DataSliceSetStatusParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member SetStatusAsync : string * string * string * Microsoft.Azure.Management.DataFactories.Models.DataSliceSetStatusParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
Public Function SetStatusAsync (resourceGroupName As String, dataFactoryName As String, tableName As String, parameters As DataSliceSetStatusParameters, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)
Parameters
- resourceGroupName
- String
- dataFactoryName
- String
- tableName
- String
- parameters
- DataSliceSetStatusParameters
- cancellationToken
- CancellationToken
Returns
Task<Microsoft.Azure.AzureOperationResponse>