Package-level declarations
Types
Link copied to clipboard
                data class GetCommunicationsGatewayPlainArgs(val communicationsGatewayName: String, val resourceGroupName: String) : ConvertibleToJava<GetCommunicationsGatewayPlainArgs> 
Link copied to clipboard
                Builder for GetCommunicationsGatewayPlainArgs.
Link copied to clipboard
                data class GetContactPlainArgs(val communicationsGatewayName: String, val contactName: String, val resourceGroupName: String) : ConvertibleToJava<GetContactPlainArgs> 
Link copied to clipboard
                Builder for GetContactPlainArgs.
Link copied to clipboard
                data class GetTestLinePlainArgs(val communicationsGatewayName: String, val resourceGroupName: String, val testLineName: String) : ConvertibleToJava<GetTestLinePlainArgs> 
Link copied to clipboard
                Builder for GetTestLinePlainArgs.
Link copied to clipboard
                data class ManagedServiceIdentityArgs(val type: Output<Either<String, ManagedServiceIdentityType>>, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<ManagedServiceIdentityArgs> 
Managed service identity (system assigned and/or user assigned identities)
Link copied to clipboard
                Builder for ManagedServiceIdentityArgs.
Link copied to clipboard
                data class PrimaryRegionPropertiesArgs(val allowedMediaSourceAddressPrefixes: Output<List<String>>? = null, val allowedSignalingSourceAddressPrefixes: Output<List<String>>? = null, val esrpAddresses: Output<List<String>>? = null, val operatorAddresses: Output<List<String>>) : ConvertibleToJava<PrimaryRegionPropertiesArgs> 
The configuration used in this region as primary, and other regions as backup.
Link copied to clipboard
                Builder for PrimaryRegionPropertiesArgs.
Link copied to clipboard
                data class ServiceRegionPropertiesArgs(val name: Output<String>, val primaryRegionProperties: Output<PrimaryRegionPropertiesArgs>) : ConvertibleToJava<ServiceRegionPropertiesArgs> 
The service region configuration needed for Teams Callings.
Link copied to clipboard
                Builder for ServiceRegionPropertiesArgs.