Uses of Class
com.azure.resourcemanager.monitor.models.LogProfileResourcePatch
-
Packages that use LogProfileResourcePatch 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. -
-
Uses of LogProfileResourcePatch in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent with parameters of type LogProfileResourcePatch Modifier and Type Method Description LogProfileResourceInnerLogProfilesClient. 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. -
Uses of LogProfileResourcePatch in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return LogProfileResourcePatch Modifier and Type Method Description LogProfileResourcePatchLogProfileResourcePatch. withCategories(List<String> categories)Set the categories property: the categories of the logs.LogProfileResourcePatchLogProfileResourcePatch. withLocations(List<String> locations)Set the locations property: List of regions for which Activity Log events should be stored or streamed.LogProfileResourcePatchLogProfileResourcePatch. withRetentionPolicy(RetentionPolicy retentionPolicy)Set the retentionPolicy property: the retention policy for the events in the log.LogProfileResourcePatchLogProfileResourcePatch. 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.LogProfileResourcePatchLogProfileResourcePatch. withStorageAccountId(String storageAccountId)Set the storageAccountId property: the resource id of the storage account to which you would like to send the Activity Log.LogProfileResourcePatchLogProfileResourcePatch. withTags(Map<String,String> tags)Set the tags property: Resource tags.
-