
com.pulumi.azurenative.compute.kotlin.outputs.GetLogAnalyticExportThrottledRequestsResult.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.compute.kotlin.outputs
import kotlin.Suppress
/**
* LogAnalytics operation status response
* @property properties LogAnalyticsOutput
*/
public data class GetLogAnalyticExportThrottledRequestsResult(
public val properties: LogAnalyticsOutputResponse,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.compute.outputs.GetLogAnalyticExportThrottledRequestsResult): GetLogAnalyticExportThrottledRequestsResult = GetLogAnalyticExportThrottledRequestsResult(
properties = javaType.properties().let({ args0 ->
com.pulumi.azurenative.compute.kotlin.outputs.LogAnalyticsOutputResponse.Companion.toKotlin(args0)
}),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy