
com.pulumi.azure.automation.kotlin.outputs.GetAccountPrivateEndpointConnection.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azure.automation.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property id The ID of the Automation Account
* @property name The name of the Automation Account.
*/
public data class GetAccountPrivateEndpointConnection(
public val id: String,
public val name: String,
) {
public companion object {
public
fun toKotlin(javaType: com.pulumi.azure.automation.outputs.GetAccountPrivateEndpointConnection):
GetAccountPrivateEndpointConnection = GetAccountPrivateEndpointConnection(
id = javaType.id(),
name = javaType.name(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy