Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class ServerDetails : KotlinCustomResource

Represents an instance of an Analysis Services resource. Uses Azure REST API version 2017-08-01. In version 2.x of the Azure Native provider, it used API version 2017-08-01.

Link copied to clipboard
data class ServerDetailsArgs(val asAdministrators: Output<ServerAdministratorsArgs>? = null, val backupBlobContainerUri: Output<String>? = null, val gatewayDetails: Output<GatewayDetailsArgs>? = null, val ipV4FirewallSettings: Output<IPv4FirewallSettingsArgs>? = null, val location: Output<String>? = null, val managedMode: Output<Int>? = null, val querypoolConnectionMode: Output<ConnectionMode>? = null, val resourceGroupName: Output<String>? = null, val serverMonitorMode: Output<Int>? = null, val serverName: Output<String>? = null, val sku: Output<ResourceSkuArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ServerDetailsArgs>

Represents an instance of an Analysis Services resource. Uses Azure REST API version 2017-08-01. In version 2.x of the Azure Native provider, it used API version 2017-08-01.

Link copied to clipboard
Link copied to clipboard
object ServerDetailsMapper : ResourceMapper<ServerDetails>
Link copied to clipboard

Functions

Link copied to clipboard