DatasetsOperationsExtensions.BindToGatewayInGroup 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 static void BindToGatewayInGroup (this Microsoft.PowerBI.Api.IDatasetsOperations operations, Guid groupId, string datasetId, Microsoft.PowerBI.Api.Models.BindToGatewayRequest bindToGatewayRequest);
static member BindToGatewayInGroup : Microsoft.PowerBI.Api.IDatasetsOperations * Guid * string * Microsoft.PowerBI.Api.Models.BindToGatewayRequest -> unit
<Extension()>
Public Sub BindToGatewayInGroup (operations As IDatasetsOperations, groupId As Guid, datasetId As String, bindToGatewayRequest As BindToGatewayRequest)
Parameters
- operations
- IDatasetsOperations
- groupId
- Guid
- datasetId
- String
- bindToGatewayRequest
- BindToGatewayRequest
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET