toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
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.
Members
Constructors
Virtual
Network
Profile
Response
Link copied to clipboard
constructor
(
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.