pulumi-azure-kotlin
5.53.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.network.kotlin.outputs
/
SubnetDelegation
Subnet
Delegation
data
class
SubnetDelegation
(
val
name
:
String
,
val
serviceDelegation
:
SubnetDelegationServiceDelegation
)
Types
Constructors
Properties
Constructors
Subnet
Delegation
Link copied to clipboard
fun
SubnetDelegation
(
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.