ActivityLogsOperationsExtensions.List 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.
Provides the list of records from the activity logs.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Monitor.Models.EventData> List (this Microsoft.Azure.Management.Monitor.IActivityLogsOperations operations, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Monitor.Models.EventData> odataQuery, string select = default);
static member List : Microsoft.Azure.Management.Monitor.IActivityLogsOperations * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Monitor.Models.EventData> * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Monitor.Models.EventData>
<Extension()>
Public Function List (operations As IActivityLogsOperations, odataQuery As ODataQuery(Of EventData), Optional select As String = Nothing) As IPage(Of EventData)
Parameters
- operations
- IActivityLogsOperations
The operations group for this extension method.
- odataQuery
- ODataQuery<EventData>
OData parameters to apply to the operation.
- select
- String
Used to fetch events with only the given properties.<br>The $select argument is a comma separated list of property names to be returned. Possible values are: authorization, claims, correlationId, description, eventDataId, eventName, eventTimestamp, httpRequest, level, operationId, operationName, properties, resourceGroupName, resourceProviderName, resourceId, status, submissionTimestamp, subStatus, subscriptionId
Returns
Applies to
Azure SDK for .NET