AdminExtensions.GetActivityEventsAsync 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.ActivityEventResponse> GetActivityEventsAsync (this Microsoft.PowerBI.Api.IAdmin operations, string startDateTime = default, string endDateTime = default, string continuationToken = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member GetActivityEventsAsync : Microsoft.PowerBI.Api.IAdmin * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.PowerBI.Api.Models.ActivityEventResponse>
<Extension()>
Public Function GetActivityEventsAsync (operations As IAdmin, Optional startDateTime As String = Nothing, Optional endDateTime As String = Nothing, Optional continuationToken As String = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ActivityEventResponse)
Parameters
- operations
- IAdmin
- startDateTime
- String
- endDateTime
- String
- continuationToken
- String
- filter
- String
- cancellationToken
- CancellationToken
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET