GatewaysExtensions.DeleteDatasourceUser(IGateways, String, String, String) 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 object DeleteDatasourceUser (this Microsoft.PowerBI.Api.V2.IGateways operations, string gatewayId, string datasourceId, string emailAdress);
static member DeleteDatasourceUser : Microsoft.PowerBI.Api.V2.IGateways * string * string * string -> obj
<Extension()>
Public Function DeleteDatasourceUser (operations As IGateways, gatewayId As String, datasourceId As String, emailAdress As String) As Object
Parameters
- operations
- IGateways
- gatewayId
- System.String
- datasourceId
- System.String
- emailAdress
- System.String
Returns
- System.Object