GetMonitoredSubscriptionResult

data class GetMonitoredSubscriptionResult(val azureApiVersion: String, val id: String, val name: String, val properties: SubscriptionListResponse, val type: String)

The request to update subscriptions needed to be monitored by the Elastic monitor resource.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, properties: SubscriptionListResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val id: String

The id of the monitored subscription resource.

Link copied to clipboard

Name of the monitored subscription resource.

Link copied to clipboard

The request to update subscriptions needed to be monitored by the Elastic monitor resource.

Link copied to clipboard

The type of the monitored subscription resource.