C# Класс Microsoft.PowerBI.Api.V1.GatewaysExtensions

Extension methods for Gateways.
Показать файл Открыть проект

Открытые методы

Метод Описание
PatchDatasource ( this operations, string collectionName, string workspaceId, string gatewayId, string datasourceId, object datasourceDelta ) : object

Updates the credentials for the specified datasource

PatchDatasourceAsync ( this operations, string collectionName, string workspaceId, string gatewayId, string datasourceId, object datasourceDelta, CancellationToken cancellationToken = default(CancellationToken) ) : Task

Updates the credentials for the specified datasource

Описание методов

PatchDatasource() публичный статический Метод

Updates the credentials for the specified datasource
public static PatchDatasource ( this operations, string collectionName, string workspaceId, string gatewayId, string datasourceId, object datasourceDelta ) : object
operations this /// The operations group for this extension method. ///
collectionName string /// The workspace collection name ///
workspaceId string /// The workspace id ///
gatewayId string /// The gateway id ///
datasourceId string /// The datasource id ///
datasourceDelta object /// The datasource changes ///
Результат object

PatchDatasourceAsync() публичный статический Метод

Updates the credentials for the specified datasource
public static PatchDatasourceAsync ( this operations, string collectionName, string workspaceId, string gatewayId, string datasourceId, object datasourceDelta, CancellationToken cancellationToken = default(CancellationToken) ) : Task
operations this /// The operations group for this extension method. ///
collectionName string /// The workspace collection name ///
workspaceId string /// The workspace id ///
gatewayId string /// The gateway id ///
datasourceId string /// The datasource id ///
datasourceDelta object /// The datasource changes ///
cancellationToken System.Threading.CancellationToken /// The cancellation token. ///
Результат Task