
com.pulumi.azurenative.mobilenetwork.kotlin.outputs.CustomLocationResourceIdResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.mobilenetwork.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* Reference to an Azure Arc custom location resource.
* @property id Azure Arc custom location resource ID.
*/
public data class CustomLocationResourceIdResponse(
public val id: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.mobilenetwork.outputs.CustomLocationResourceIdResponse): CustomLocationResourceIdResponse = CustomLocationResourceIdResponse(
id = javaType.id(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy