Package-level declarations
Types
Link copied to clipboard
A CommunicationsGateway resource API Version: 2022-12-01-preview.
Link copied to clipboard
data class CommunicationsGatewayArgs(val apiBridge: Output<Any>? = null, val codecs: Output<List<Either<String, TeamsCodecs>>>? = null, val communicationsGatewayName: Output<String>? = null, val connectivity: Output<Either<String, Connectivity>>? = null, val e911Type: Output<Either<String, E911Type>>? = null, val location: Output<String>? = null, val platforms: Output<List<Either<String, CommunicationsPlatform>>>? = null, val resourceGroupName: Output<String>? = null, val serviceLocations: Output<List<ServiceRegionPropertiesArgs>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<CommunicationsGatewayArgs>
A CommunicationsGateway resource API Version: 2022-12-01-preview.
Link copied to clipboard
Builder for CommunicationsGatewayArgs.
Link copied to clipboard
Link copied to clipboard
Builder for CommunicationsGateway.
Link copied to clipboard
data class ContactArgs(val communicationsGatewayName: Output<String>? = null, val contactName: Output<String>? = null, val email: Output<String>? = null, val location: Output<String>? = null, val phoneNumber: Output<String>? = null, val resourceGroupName: Output<String>? = null, val role: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ContactArgs>
A Contact resource API Version: 2022-12-01-preview.
Link copied to clipboard
class ContactArgsBuilder
Builder for ContactArgs.
Link copied to clipboard
Link copied to clipboard
class ContactResourceBuilder
Builder for Contact.
Link copied to clipboard
data class TestLineArgs(val communicationsGatewayName: Output<String>? = null, val location: Output<String>? = null, val phoneNumber: Output<String>? = null, val purpose: Output<TestLinePurpose>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val testLineName: Output<String>? = null) : ConvertibleToJava<TestLineArgs>
A TestLine resource API Version: 2022-12-01-preview.
Link copied to clipboard
class TestLineArgsBuilder
Builder for TestLineArgs.
Link copied to clipboard
Link copied to clipboard
class TestLineResourceBuilder
Builder for TestLine.
Link copied to clipboard
object VoiceservicesFunctions
Functions
Link copied to clipboard
suspend fun communicationsGateway(name: String, block: suspend CommunicationsGatewayResourceBuilder.() -> Unit): CommunicationsGateway