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

  • collectionName
    Type: System.String

    The workspace collection name

Return Value

Type: System.Object

See Also

GatewaysExtensions Class
Microsoft.PowerBI.Api.Beta Namespace

Return to top