DiagnosticSettingsCategoryResourceResponse

data class DiagnosticSettingsCategoryResourceResponse(val categoryGroups: List<String>? = null, val categoryType: String? = null, val id: String, val name: String, val systemData: SystemDataResponse, val type: String)

The diagnostic settings category resource.

Constructors

constructor(categoryGroups: List<String>? = null, categoryType: String? = null, id: String, name: String, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val categoryGroups: List<String>? = null

the collection of what category groups are supported.

Link copied to clipboard
val categoryType: String? = null

The type of the diagnostic settings category.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The name of the resource

Link copied to clipboard

The system metadata related to this resource.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"