toggle menu
pulumi-azure-kotlin
6.22.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.network.kotlin.outputs
/
SubnetDelegation
Subnet
Delegation
data
class
SubnetDelegation
(
val
name
:
String
,
val
serviceDelegation
:
SubnetDelegationServiceDelegation
)
Members
Constructors
Subnet
Delegation
Link copied to clipboard
constructor
(
name
:
String
,
serviceDelegation
:
SubnetDelegationServiceDelegation
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
A name for this delegation.
service
Delegation
Link copied to clipboard
val
serviceDelegation
:
SubnetDelegationServiceDelegation
A
service_delegation
block as defined below.