WorkspaceInfoOperationsExtensions.GetModifiedWorkspacesAsync 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 System.Threading.Tasks.Task<Microsoft.PowerBI.Api.Models.ModifiedWorkspaces> GetModifiedWorkspacesAsync (this Microsoft.PowerBI.Api.IWorkspaceInfoOperations operations, DateTime? modifiedSince = default, System.Threading.CancellationToken cancellationToken = default);
static member GetModifiedWorkspacesAsync : Microsoft.PowerBI.Api.IWorkspaceInfoOperations * Nullable<DateTime> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.PowerBI.Api.Models.ModifiedWorkspaces>
<Extension()>
Public Function GetModifiedWorkspacesAsync (operations As IWorkspaceInfoOperations, Optional modifiedSince As Nullable(Of DateTime) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ModifiedWorkspaces)
Parameters
- operations
- IWorkspaceInfoOperations
- cancellationToken
- CancellationToken