Datasets.SetAllConnectionsWithHttpMessagesAsync(String, String, String, Object, Dictionary<String,List<String>>, CancellationToken) 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.Rest.HttpOperationResponse<object>> SetAllConnectionsWithHttpMessagesAsync (string collectionName, string workspaceId, string datasetKey, object parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = null);
abstract member SetAllConnectionsWithHttpMessagesAsync : string * string * string * obj * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<obj>>
override this.SetAllConnectionsWithHttpMessagesAsync : string * string * string * obj * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<obj>>
Parameters
- collectionName
- System.String
- workspaceId
- System.String
- datasetKey
- System.String
- parameters
- System.Object
- customHeaders
- System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>
- cancellationToken
- System.Threading.CancellationToken
Returns
- System.Threading.Tasks.Task<HttpOperationResponse<System.Object>>