Subscription List Response
data class SubscriptionListResponse(val monitoredSubscriptionList: List<MonitoredSubscriptionResponse>? = null, val provisioningState: String)
The request to update subscriptions needed to be monitored by the Elastic monitor resource.
Constructors
Link copied to clipboard
constructor(monitoredSubscriptionList: List<MonitoredSubscriptionResponse>? = null, provisioningState: String)