Get Monitored Subscription Result
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)