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.
|