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