MonitorPropertiesResponse

data class MonitorPropertiesResponse(val liftrResourceCategory: String, val liftrResourcePreference: Int, val logzOrganizationProperties: LogzOrganizationPropertiesResponse? = null, val marketplaceSubscriptionStatus: String? = null, val monitoringStatus: String? = null, val planData: PlanDataResponse? = null, val provisioningState: String, val userInfo: UserInfoResponse? = null)

Properties specific to the monitor resource.

Constructors

Link copied to clipboard
constructor(liftrResourceCategory: String, liftrResourcePreference: Int, logzOrganizationProperties: LogzOrganizationPropertiesResponse? = null, marketplaceSubscriptionStatus: String? = null, monitoringStatus: String? = null, planData: PlanDataResponse? = null, provisioningState: String, userInfo: UserInfoResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The priority of the resource.

Link copied to clipboard

Flag specifying the Marketplace Subscription Status of the resource. If payment is not made in time, the resource will go in Suspended state.

Link copied to clipboard

Flag specifying if the resource monitoring is enabled or disabled.

Link copied to clipboard
Link copied to clipboard

Flag specifying if the resource provisioning state as tracked by ARM.

Link copied to clipboard