toggle menu
pulumi-azure-kotlin
6.22.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.network.kotlin.inputs
/
SubnetDelegationArgs
Subnet
Delegation
Args
data
class
SubnetDelegationArgs
(
val
name
:
Output
<
String
>
,
val
serviceDelegation
:
Output
<
SubnetDelegationServiceDelegationArgs
>
)
:
ConvertibleToJava
<
SubnetDelegationArgs
>
Members
Constructors
Subnet
Delegation
Args
Link copied to clipboard
constructor
(
name
:
Output
<
String
>
,
serviceDelegation
:
Output
<
SubnetDelegationServiceDelegationArgs
>
)
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
A name for this delegation.
service
Delegation
Link copied to clipboard
val
serviceDelegation
:
Output
<
SubnetDelegationServiceDelegationArgs
>
A
service_delegation
block as defined below.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
SubnetDelegationArgs