WorkspaceInfoOperations Class

Definition

public class WorkspaceInfoOperations : Microsoft.PowerBI.Api.IWorkspaceInfoOperations, Microsoft.Rest.IServiceOperations<Microsoft.PowerBI.Api.PowerBIClient>
type WorkspaceInfoOperations = class
    interface IServiceOperations<PowerBIClient>
    interface IWorkspaceInfoOperations
Public Class WorkspaceInfoOperations
Implements IServiceOperations(Of PowerBIClient), IWorkspaceInfoOperations
Inheritance
WorkspaceInfoOperations
Implements

Constructors

WorkspaceInfoOperations(PowerBIClient)

Properties

Client

Methods

GetModifiedWorkspacesWithHttpMessagesAsync(Nullable<DateTime>, Dictionary<String,List<String>>, CancellationToken)
GetScanResultWithHttpMessagesAsync(Guid, Dictionary<String,List<String>>, CancellationToken)
GetScanStatusWithHttpMessagesAsync(Guid, Dictionary<String,List<String>>, CancellationToken)
PostWorkspaceInfoWithHttpMessagesAsync(RequiredWorkspaces, Nullable<Boolean>, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Extension Methods

GetModifiedWorkspaces(IWorkspaceInfoOperations, Nullable<DateTime>)
GetModifiedWorkspacesAsync(IWorkspaceInfoOperations, Nullable<DateTime>, CancellationToken)
GetScanResult(IWorkspaceInfoOperations, Guid)
GetScanResultAsync(IWorkspaceInfoOperations, Guid, CancellationToken)
GetScanStatus(IWorkspaceInfoOperations, Guid)
GetScanStatusAsync(IWorkspaceInfoOperations, Guid, CancellationToken)
PostWorkspaceInfo(IWorkspaceInfoOperations, RequiredWorkspaces, Nullable<Boolean>, Nullable<Boolean>)
PostWorkspaceInfoAsync(IWorkspaceInfoOperations, RequiredWorkspaces, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)

Applies to