DnsDelegationsPropertiesArgs

data class DnsDelegationsPropertiesArgs(val delegations: Output<List<DnsDelegationPropertiesArgs>>? = null) : ConvertibleToJava<DnsDelegationsPropertiesArgs>

Details of DNS Domains delegated to the Communications Gateway.

Constructors

Link copied to clipboard
constructor(delegations: Output<List<DnsDelegationPropertiesArgs>>? = null)

Properties

Link copied to clipboard

DNS Domains to delegate for the creation of DNS Zones by the Azure Communications Gateway

Functions

Link copied to clipboard
open override fun toJava(): DnsDelegationsPropertiesArgs