GatewaysExtensions.PatchDatasource Method (IGateways, String, String, String, String, Object)
Updates the credentials for the specified datasource
Namespace: Microsoft.PowerBI.Api.Beta
Assembly: Microsoft.PowerBI.Api (in Microsoft.PowerBI.Api.dll)
Syntax
public static object PatchDatasource(
this IGateways operations,
string collectionName,
string workspaceId,
string gatewayId,
string datasourceId,
object datasourceDelta
)
Parameters
operations
Type: Microsoft.PowerBI.Api.Beta.IGatewaysThe operations group for this extension method.
collectionName
Type: System.StringThe workspace collection name
workspaceId
Type: System.StringThe workspace id
gatewayId
Type: System.StringThe gateway id
datasourceId
Type: System.StringThe datasource id
datasourceDelta
Type: System.ObjectThe datasource changes
Return Value
Type: System.Object
See Also
GatewaysExtensions Class
Microsoft.PowerBI.Api.Beta Namespace
Return to top