| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.fluent |
Package containing the service clients for MonitorClient.
|
| com.azure.resourcemanager.monitor.models |
Package containing the data models for MonitorClient.
|
| Modifier and Type | Method and Description |
|---|---|
LogProfileResourceInner |
LogProfilesClient.update(String logProfileName,
LogProfileResourcePatch logProfilesResource)
Updates an existing LogProfilesResource.
|
Mono<LogProfileResourceInner> |
LogProfilesClient.updateAsync(String logProfileName,
LogProfileResourcePatch logProfilesResource)
Updates an existing LogProfilesResource.
|
com.azure.core.http.rest.Response<LogProfileResourceInner> |
LogProfilesClient.updateWithResponse(String logProfileName,
LogProfileResourcePatch logProfilesResource,
com.azure.core.util.Context context)
Updates an existing LogProfilesResource.
|
Mono<com.azure.core.http.rest.Response<LogProfileResourceInner>> |
LogProfilesClient.updateWithResponseAsync(String logProfileName,
LogProfileResourcePatch logProfilesResource)
Updates an existing LogProfilesResource.
|
| Modifier and Type | Method and Description |
|---|---|
LogProfileResourcePatch |
LogProfileResourcePatch.withCategories(List<String> categories)
Set the categories property: the categories of the logs.
|
LogProfileResourcePatch |
LogProfileResourcePatch.withLocations(List<String> locations)
Set the locations property: List of regions for which Activity Log events should be stored or streamed.
|
LogProfileResourcePatch |
LogProfileResourcePatch.withRetentionPolicy(RetentionPolicy retentionPolicy)
Set the retentionPolicy property: the retention policy for the events in the log.
|
LogProfileResourcePatch |
LogProfileResourcePatch.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.
|
LogProfileResourcePatch |
LogProfileResourcePatch.withStorageAccountId(String storageAccountId)
Set the storageAccountId property: the resource id of the storage account to which you would like to send the
Activity Log.
|
LogProfileResourcePatch |
LogProfileResourcePatch.withTags(Map<String,String> tags)
Set the tags property: Resource tags.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.