DatasetsOperationsExtensions.BindToGatewayAsync 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.
Überlädt
BindToGatewayAsync(IDatasetsOperations, String, BindToGatewayRequest, CancellationToken) | |
BindToGatewayAsync(IDatasetsOperations, Guid, String, BindToGatewayRequest, CancellationToken) |
BindToGatewayAsync(IDatasetsOperations, String, BindToGatewayRequest, CancellationToken)
public static System.Threading.Tasks.Task BindToGatewayAsync (this Microsoft.PowerBI.Api.IDatasetsOperations operations, string datasetId, Microsoft.PowerBI.Api.Models.BindToGatewayRequest bindToGatewayRequest, System.Threading.CancellationToken cancellationToken = default);
static member BindToGatewayAsync : Microsoft.PowerBI.Api.IDatasetsOperations * string * Microsoft.PowerBI.Api.Models.BindToGatewayRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BindToGatewayAsync (operations As IDatasetsOperations, datasetId As String, bindToGatewayRequest As BindToGatewayRequest, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameter
- operations
- IDatasetsOperations
- datasetId
- String
- bindToGatewayRequest
- BindToGatewayRequest
- cancellationToken
- CancellationToken
Gibt zurück
Gilt für:
BindToGatewayAsync(IDatasetsOperations, Guid, String, BindToGatewayRequest, CancellationToken)
public static System.Threading.Tasks.Task BindToGatewayAsync (this Microsoft.PowerBI.Api.IDatasetsOperations operations, Guid groupId, string datasetId, Microsoft.PowerBI.Api.Models.BindToGatewayRequest bindToGatewayRequest, System.Threading.CancellationToken cancellationToken = default);
static member BindToGatewayAsync : Microsoft.PowerBI.Api.IDatasetsOperations * Guid * string * Microsoft.PowerBI.Api.Models.BindToGatewayRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BindToGatewayAsync (operations As IDatasetsOperations, groupId As Guid, datasetId As String, bindToGatewayRequest As BindToGatewayRequest, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameter
- operations
- IDatasetsOperations
- groupId
- Guid
- datasetId
- String
- bindToGatewayRequest
- BindToGatewayRequest
- cancellationToken
- CancellationToken
Gibt zurück
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