GetguestDiagnosticsSettingResult

data class GetguestDiagnosticsSettingResult(val dataSources: List<DataSourceResponse>? = null, val id: String, val location: String, val name: String, val osType: String? = null, val proxySetting: String? = null, val tags: Map<String, String>? = null, val type: String)

Virtual machine guest diagnostics settings resource.

Constructors

Link copied to clipboard
constructor(dataSources: List<DataSourceResponse>? = null, id: String, location: String, name: String, osType: String? = null, proxySetting: String? = null, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

the array of data source object which are configured to collect and send data

Link copied to clipboard
val id: String

Azure resource Id

Link copied to clipboard

Resource location

Link copied to clipboard

Azure resource name

Link copied to clipboard
val osType: String? = null

Operating system type for the configuration

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

Resource tags

Link copied to clipboard

Azure resource type