C# 클래스 Microsoft.PowerBI.Api.V1.GatewaysExtensions

Extension methods for Gateways.
파일 보기 프로젝트 열기: Microsoft/PowerBI-CSharp

공개 메소드들

메소드 설명
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