Get Azure ADMetric Result
data class GetAzureADMetricResult(val id: String, val location: String, val name: String, val properties: AzureADMetricsPropertiesFormatResponse, val tags: Map<String, String>? = null, val type: String)
AzureADMetrics resource.
Constructors
Link copied to clipboard
fun GetAzureADMetricResult(id: String, location: String, name: String, properties: AzureADMetricsPropertiesFormatResponse, tags: Map<String, String>? = null, type: String)