Uses of Class
com.microsoft.azure.management.monitor.LogProfileResourcePatch
-
-
Uses of LogProfileResourcePatch in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return LogProfileResourcePatch Modifier and Type Method Description LogProfileResourcePatchLogProfileResourcePatch. withCategories(List<String> categories)Set the categories of the logs.LogProfileResourcePatchLogProfileResourcePatch. withLocations(List<String> locations)Set list of regions for which Activity Log events should be stored or streamed.LogProfileResourcePatchLogProfileResourcePatch. withRetentionPolicy(RetentionPolicy retentionPolicy)Set the retention policy for the events in the log.LogProfileResourcePatchLogProfileResourcePatch. withServiceBusRuleId(String serviceBusRuleId)Set 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 resource id of the storage account to which you would like to send the Activity Log.LogProfileResourcePatchLogProfileResourcePatch. withTags(Map<String,String> tags)Set resource tags.
-