GetLogProfileResult

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.

Constructors

Link copied to clipboard
constructor(categories: List<String>, id: String, location: String, locations: List<String>, name: String, retentionPolicy: RetentionPolicyResponse, serviceBusRuleId: String? = null, storageAccountId: String? = null, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

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
val id: String

Azure resource Id

Link copied to clipboard

Resource location

Link copied to clipboard

List of regions for which Activity Log events should be stored or streamed. It is a comma separated list of valid ARM locations including the 'global' location.

Link copied to clipboard

Azure resource name

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.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Azure resource type