| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.fluent |
Package containing the service clients for MonitorClient.
|
| com.azure.resourcemanager.monitor.fluent.models |
Package containing the inner data models for MonitorClient.
|
| Modifier and Type | Method and Description |
|---|---|
LogProfileResourceInner |
LogProfilesClient.createOrUpdate(String logProfileName,
LogProfileResourceInner parameters)
Create or update a log profile in Azure Monitoring REST API.
|
LogProfileResourceInner |
LogProfilesClient.get(String logProfileName)
Gets the log profile.
|
LogProfileResourceInner |
LogProfilesClient.update(String logProfileName,
LogProfileResourcePatch logProfilesResource)
Updates an existing LogProfilesResource.
|
| Modifier and Type | Method and Description |
|---|---|
LogProfileResourceInner |
LogProfilesClient.createOrUpdate(String logProfileName,
LogProfileResourceInner parameters)
Create or update a log profile in Azure Monitoring REST API.
|
Mono<LogProfileResourceInner> |
LogProfilesClient.createOrUpdateAsync(String logProfileName,
LogProfileResourceInner parameters)
Create or update a log profile in Azure Monitoring REST API.
|
com.azure.core.http.rest.Response<LogProfileResourceInner> |
LogProfilesClient.createOrUpdateWithResponse(String logProfileName,
LogProfileResourceInner parameters,
com.azure.core.util.Context context)
Create or update a log profile in Azure Monitoring REST API.
|
Mono<com.azure.core.http.rest.Response<LogProfileResourceInner>> |
LogProfilesClient.createOrUpdateWithResponseAsync(String logProfileName,
LogProfileResourceInner parameters)
Create or update a log profile in Azure Monitoring REST API.
|
| Modifier and Type | Method and Description |
|---|---|
LogProfileResourceInner |
LogProfileResourceInner.withCategories(List<String> categories)
Set the categories property: the categories of the logs.
|
LogProfileResourceInner |
LogProfileResourceInner.withLocations(List<String> locations)
Set the locations property: List of regions for which Activity Log events should be stored or streamed.
|
LogProfileResourceInner |
LogProfileResourceInner.withRetentionPolicy(RetentionPolicy retentionPolicy)
Set the retentionPolicy property: the retention policy for the events in the log.
|
LogProfileResourceInner |
LogProfileResourceInner.withServiceBusRuleId(String serviceBusRuleId)
Set the serviceBusRuleId property: The service bus rule ID of the service bus namespace in which you would like
to have Event Hubs created for streaming the Activity Log.
|
LogProfileResourceInner |
LogProfileResourceInner.withStorageAccountId(String storageAccountId)
Set the storageAccountId property: the resource id of the storage account to which you would like to send the
Activity Log.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.