Uses of Class
com.azure.resourcemanager.monitor.fluent.models.EventDataInner

Packages that use EventDataInner
Package
Description
Package containing the service clients for MonitorClient.
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
  • Uses of EventDataInner in com.azure.resourcemanager.monitor.fluent

    Methods in com.azure.resourcemanager.monitor.fluent that return types with arguments of type EventDataInner
    Modifier and Type
    Method
    Description
    com.azure.core.http.rest.PagedIterable<EventDataInner>
    ActivityLogsClient.list(String filter)
    Provides the list of records from the activity logs.
    com.azure.core.http.rest.PagedIterable<EventDataInner>
    ActivityLogsClient.list(String filter, String select, com.azure.core.util.Context context)
    Provides the list of records from the activity logs.
    com.azure.core.http.rest.PagedIterable<EventDataInner>
    TenantActivityLogsClient.list()
    Gets the Activity Logs for the Tenant.<br>Everything that is applicable to the API to get the Activity Logs for the subscription is applicable to this API (the parameters, $filter, etc.).<br>One thing to point out here is that this API does *not* retrieve the logs at the individual subscription of the tenant but only surfaces the logs that were generated at the tenant level.
    com.azure.core.http.rest.PagedIterable<EventDataInner>
    TenantActivityLogsClient.list(String filter, String select, com.azure.core.util.Context context)
    Gets the Activity Logs for the Tenant.<br>Everything that is applicable to the API to get the Activity Logs for the subscription is applicable to this API (the parameters, $filter, etc.).<br>One thing to point out here is that this API does *not* retrieve the logs at the individual subscription of the tenant but only surfaces the logs that were generated at the tenant level.
    com.azure.core.http.rest.PagedFlux<EventDataInner>
    ActivityLogsClient.listAsync(String filter)
    Provides the list of records from the activity logs.
    com.azure.core.http.rest.PagedFlux<EventDataInner>
    ActivityLogsClient.listAsync(String filter, String select)
    Provides the list of records from the activity logs.
    com.azure.core.http.rest.PagedFlux<EventDataInner>
    TenantActivityLogsClient.listAsync()
    Gets the Activity Logs for the Tenant.<br>Everything that is applicable to the API to get the Activity Logs for the subscription is applicable to this API (the parameters, $filter, etc.).<br>One thing to point out here is that this API does *not* retrieve the logs at the individual subscription of the tenant but only surfaces the logs that were generated at the tenant level.
    com.azure.core.http.rest.PagedFlux<EventDataInner>
    TenantActivityLogsClient.listAsync(String filter, String select)
    Gets the Activity Logs for the Tenant.<br>Everything that is applicable to the API to get the Activity Logs for the subscription is applicable to this API (the parameters, $filter, etc.).<br>One thing to point out here is that this API does *not* retrieve the logs at the individual subscription of the tenant but only surfaces the logs that were generated at the tenant level.
  • Uses of EventDataInner in com.azure.resourcemanager.monitor.fluent.models

    Classes in com.azure.resourcemanager.monitor.fluent.models that implement interfaces with type arguments of type EventDataInner
    Modifier and Type
    Class
    Description
    final class 
    The Azure event log entries are of type EventData.
    Modifier and Type
    Method
    Description
    EventDataInner.fromJson(com.azure.json.JsonReader jsonReader)
    Reads an instance of EventDataInner from the JsonReader.
  • Uses of EventDataInner in com.azure.resourcemanager.monitor.models

    Subinterfaces with type arguments of type EventDataInner in com.azure.resourcemanager.monitor.models
    Modifier and Type
    Interface
    Description
    interface 
    The Azure event log entries are of type EventData.
    Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type EventDataInner
    Modifier and Type
    Method
    Description
    EventDataCollection.value()
    Get the value property: this list that includes the Azure audit logs.
    Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type EventDataInner
    Modifier and Type
    Method
    Description
    EventDataCollection.withValue(List<EventDataInner> value)
    Set the value property: this list that includes the Azure audit logs.