ScopeType

sealed class ScopeType

The type of scope for an Azure connector. Valid values are TENANT (monitor all subscriptions in the tenant) and SUBSCRIPTION (monitor specific subscriptions).

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class SdkUnknown(val value: String) : ScopeType
Link copied to clipboard
Link copied to clipboard
object Tenant : ScopeType

Properties

Link copied to clipboard
abstract val value: String