DatasetsOperations.BindToGatewayInGroupWithHttpMessagesAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse> BindToGatewayInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, Microsoft.PowerBI.Api.Models.BindToGatewayRequest bindToGatewayRequest, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member BindToGatewayInGroupWithHttpMessagesAsync : Guid * string * Microsoft.PowerBI.Api.Models.BindToGatewayRequest * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>
override this.BindToGatewayInGroupWithHttpMessagesAsync : Guid * string * Microsoft.PowerBI.Api.Models.BindToGatewayRequest * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>
Public Function BindToGatewayInGroupWithHttpMessagesAsync (groupId As Guid, datasetId As String, bindToGatewayRequest As BindToGatewayRequest, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse)
Parameter
- groupId
- Guid
- datasetId
- String
- bindToGatewayRequest
- BindToGatewayRequest
- customHeaders
- Dictionary<String,List<String>>
- cancellationToken
- CancellationToken
Gibt zurück
Implementiert
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET