Package-level declarations
Types
Link copied to clipboard
data class GetMonitorEnvironmentProperty(val environmentInfos: List<GetMonitorEnvironmentPropertyEnvironmentInfo>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetMonitorPlan(val billingCycle: String, val effectiveDate: String, val plan: String, val usageType: String)
Link copied to clipboard
data class GetMonitorResult(val environmentProperties: List<GetMonitorEnvironmentProperty>, val id: String, val identities: List<GetMonitorIdentity>, val location: String, val marketplaceSubscription: String, val monitoringEnabled: Boolean, val name: String, val plans: List<GetMonitorPlan>, val resourceGroupName: String, val tags: Map<String, String>, val users: List<GetMonitorUser>)
A collection of values returned by getMonitor.
Link copied to clipboard
Link copied to clipboard
data class MonitorIdentity(val principalId: String? = null, val tenantId: String? = null, val type: String)
Link copied to clipboard
data class MonitorPlan(val billingCycle: String? = null, val effectiveDate: String? = null, val plan: String, val usageType: String? = null)
Link copied to clipboard
Link copied to clipboard
data class TagRulesLogRule(val filteringTags: List<TagRulesLogRuleFilteringTag>, val sendActivityLogsEnabled: Boolean? = null, val sendAzureActiveDirectoryLogsEnabled: Boolean? = null, val sendSubscriptionLogsEnabled: Boolean? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard