Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

API Version: 2022-01-01-preview.

Link copied to clipboard
data class MetricsSourceArgs(val identity: Output<IdentityPropertiesArgs>? = null, val location: Output<String>? = null, val metricsSourceName: Output<String>? = null, val monitorName: Output<String>? = null, val properties: Output<MonitorPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<MetricsSourceArgs>

API Version: 2022-01-01-preview.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Capture metrics of Azure resources based on ARM tags. API Version: 2022-01-01-preview.

Link copied to clipboard
data class MetricsSourceTagRuleArgs(val metricsSourceName: Output<String>? = null, val monitorName: Output<String>? = null, val properties: Output<MetricsTagRulesPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val ruleSetName: Output<String>? = null) : ConvertibleToJava<MetricsSourceTagRuleArgs>

Capture metrics of Azure resources based on ARM tags. API Version: 2022-01-01-preview.

Link copied to clipboard

API Version: 2020-10-01.

Link copied to clipboard
data class MonitorArgs(val identity: Output<IdentityPropertiesArgs>? = null, val location: Output<String>? = null, val monitorName: Output<String>? = null, val properties: Output<MonitorPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<MonitorArgs>

API Version: 2020-10-01.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

API Version: 2020-10-01.

Link copied to clipboard
data class SubAccountArgs(val identity: Output<IdentityPropertiesArgs>? = null, val location: Output<String>? = null, val monitorName: Output<String>? = null, val properties: Output<MonitorPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val subAccountName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<SubAccountArgs>

API Version: 2020-10-01.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Capture logs and metrics of Azure resources based on ARM tags. API Version: 2020-10-01.

Link copied to clipboard
data class SubAccountTagRuleArgs(val monitorName: Output<String>? = null, val properties: Output<MonitoringTagRulesPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val ruleSetName: Output<String>? = null, val subAccountName: Output<String>? = null) : ConvertibleToJava<SubAccountTagRuleArgs>

Capture logs and metrics of Azure resources based on ARM tags. API Version: 2020-10-01.

Link copied to clipboard

Capture logs and metrics of Azure resources based on ARM tags. API Version: 2020-10-01.

Link copied to clipboard
data class TagRuleArgs(val monitorName: Output<String>? = null, val properties: Output<MonitoringTagRulesPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val ruleSetName: Output<String>? = null) : ConvertibleToJava<TagRuleArgs>

Capture logs and metrics of Azure resources based on ARM tags. API Version: 2020-10-01.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
suspend fun monitorResource(name: String, block: suspend MonitorResourceBuilder.() -> Unit): Monitor
Link copied to clipboard
suspend fun subAccountResource(name: String, block: suspend SubAccountResourceBuilder.() -> Unit): SubAccount
Link copied to clipboard
Link copied to clipboard
suspend fun tagRuleResource(name: String, block: suspend TagRuleResourceBuilder.() -> Unit): TagRule