Package | Description |
---|---|
com.microsoft.azure.management.monitor |
This package contains the classes for MonitorManagementClient.
|
Modifier and Type | Method and Description |
---|---|
LogProfileResourcePatch |
LogProfileResourcePatch.withCategories(List<String> categories)
Set the categories of the logs.
|
LogProfileResourcePatch |
LogProfileResourcePatch.withLocations(List<String> locations)
Set list of regions for which Activity Log events should be stored or streamed.
|
LogProfileResourcePatch |
LogProfileResourcePatch.withRetentionPolicy(RetentionPolicy retentionPolicy)
Set the retention policy for the events in the log.
|
LogProfileResourcePatch |
LogProfileResourcePatch.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.
|
LogProfileResourcePatch |
LogProfileResourcePatch.withStorageAccountId(String storageAccountId)
Set 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 resource tags.
|
Copyright © 2019. All rights reserved.