GetLogProfileResult

data class GetLogProfileResult(val categories: List<String>, val id: String, val locations: List<String>, val name: String, val retentionPolicies: List<GetLogProfileRetentionPolicy>, val servicebusRuleId: String, val storageAccountId: String)

A collection of values returned by getLogProfile.

Constructors

Link copied to clipboard
constructor(categories: List<String>, id: String, locations: List<String>, name: String, retentionPolicies: List<GetLogProfileRetentionPolicy>, servicebusRuleId: String, storageAccountId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of categories of the logs.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

List of regions for which Activity Log events are stored or streamed.

Link copied to clipboard
Link copied to clipboard

a retention_policy block as documented below.

Link copied to clipboard

The service bus (or event hub) rule ID of the service bus (or event hub) namespace in which the Activity Log is streamed to.

Link copied to clipboard

The resource id of the storage account in which the Activity Log is stored.