Teams Location Endpoints Args
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)