Get Log Profile Result
data class GetLogProfileResult(val categories: List<String>, val id: String, val location: String, val locations: List<String>, val name: String, val retentionPolicy: RetentionPolicyResponse, val serviceBusRuleId: String? = null, val storageAccountId: String? = null, val tags: Map<String, String>? = null, val type: String)
The log profile resource.
Properties
Link copied to clipboard
the categories of the logs. These categories are created as is convenient to the user. Some values are: 'Write', 'Delete', and/or 'Action.'
Link copied to clipboard
the retention policy for the events in the log.
Link copied to clipboard
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. The rule ID is of the format: '{service bus resource ID}/authorizationrules/{key name}'.
Link copied to clipboard
the resource id of the storage account to which you would like to send the Activity Log.