TeamsLocationEndpointsArgs

data class TeamsLocationEndpointsArgs(val doh: Output<TeamsLocationEndpointsDohArgs>? = null, val dot: Output<TeamsLocationEndpointsDotArgs>? = null, val ipv4: Output<TeamsLocationEndpointsIpv4Args>? = null, val ipv6: Output<TeamsLocationEndpointsIpv6Args>? = null) : ConvertibleToJava<TeamsLocationEndpointsArgs>

Constructors

Link copied to clipboard
constructor(doh: Output<TeamsLocationEndpointsDohArgs>? = null, dot: Output<TeamsLocationEndpointsDotArgs>? = null, ipv4: Output<TeamsLocationEndpointsIpv4Args>? = null, ipv6: Output<TeamsLocationEndpointsIpv6Args>? = null)

Properties

Link copied to clipboard
val doh: Output<TeamsLocationEndpointsDohArgs>? = null
Link copied to clipboard
val dot: Output<TeamsLocationEndpointsDotArgs>? = null
Link copied to clipboard
Link copied to clipboard

Functions

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