Uses of Class
com.azure.resourcemanager.monitor.models.LogProfileResourcePatch
Packages that use LogProfileResourcePatch
Package
Description
Package containing the service clients for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of LogProfileResourcePatch in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent with parameters of type LogProfileResourcePatchModifier and TypeMethodDescriptionLogProfilesClient.update
(String logProfileName, LogProfileResourcePatch logProfilesResource) Updates an existing LogProfilesResource.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. -
Uses of LogProfileResourcePatch in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return LogProfileResourcePatchModifier and TypeMethodDescriptionstatic LogProfileResourcePatch
LogProfileResourcePatch.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of LogProfileResourcePatch from the JsonReader.LogProfileResourcePatch.withCategories
(List<String> categories) Set the categories property: the categories of the logs.LogProfileResourcePatch.withLocations
(List<String> locations) Set the locations property: List of regions for which Activity Log events should be stored or streamed.LogProfileResourcePatch.withRetentionPolicy
(RetentionPolicy retentionPolicy) Set the retentionPolicy property: the retention policy for the events in the log.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.withStorageAccountId
(String storageAccountId) Set the storageAccountId property: the resource id of the storage account to which you would like to send the Activity Log.Set the tags property: Resource tags.