Package-level declarations
Types
Link copied to clipboard
object AnalysisservicesFunctions
Link copied to clipboard
Represents an instance of an Analysis Services resource. Uses Azure REST API version 2017-08-01. In version 1.x of the Azure Native provider, it used API version 2017-08-01. Other available API versions: 2017-08-01-beta.
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 1.x of the Azure Native provider, it used API version 2017-08-01. Other available API versions: 2017-08-01-beta.
Link copied to clipboard
class ServerDetailsArgsBuilder
Builder for ServerDetailsArgs.
Link copied to clipboard
Link copied to clipboard
Builder for ServerDetails.
Functions
Link copied to clipboard
suspend fun serverDetails(name: String, block: suspend ServerDetailsResourceBuilder.() -> Unit): ServerDetails