pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.hdinsight.kotlin.outputs
/
VirtualNetworkProfileResponse
Virtual
Network
Profile
Response
data
class
VirtualNetworkProfileResponse
(
val
id
:
String
?
=
null
,
val
subnet
:
String
?
=
null
)
The virtual network properties.
Types
Constructors
Properties
Constructors
Virtual
Network
Profile
Response
Link copied to clipboard
fun
VirtualNetworkProfileResponse
(
id
:
String
?
=
null
,
subnet
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
id
Link copied to clipboard
val
id
:
String
?
=
null
The ID of the virtual network.
subnet
Link copied to clipboard
val
subnet
:
String
?
=
null
The name of the subnet.