GetServerDetailsResult

data class GetServerDetailsResult(val asAdministrators: ServerAdministratorsResponse? = null, val azureApiVersion: String, val backupBlobContainerUri: String? = null, val gatewayDetails: GatewayDetailsResponse? = null, val id: String, val ipV4FirewallSettings: IPv4FirewallSettingsResponse? = null, val location: String, val managedMode: Int? = null, val name: String, val provisioningState: String, val querypoolConnectionMode: String? = null, val serverFullName: String, val serverMonitorMode: Int? = null, val sku: ResourceSkuResponse, val state: String, val tags: Map<String, String>? = null, val type: String)

Represents an instance of an Analysis Services resource.

Constructors

Link copied to clipboard
constructor(asAdministrators: ServerAdministratorsResponse? = null, azureApiVersion: String, backupBlobContainerUri: String? = null, gatewayDetails: GatewayDetailsResponse? = null, id: String, ipV4FirewallSettings: IPv4FirewallSettingsResponse? = null, location: String, managedMode: Int? = null, name: String, provisioningState: String, querypoolConnectionMode: String? = null, serverFullName: String, serverMonitorMode: Int? = null, sku: ResourceSkuResponse, state: String, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A collection of AS server administrators

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The SAS container URI to the backup container.

Link copied to clipboard

The gateway details configured for the AS server.

Link copied to clipboard
val id: String

An identifier that represents the Analysis Services resource.

Link copied to clipboard

The firewall settings for the AS server.

Link copied to clipboard

Location of the Analysis Services resource.

Link copied to clipboard
val managedMode: Int? = null

The managed mode of the server (0 = not managed, 1 = managed).

Link copied to clipboard

The name of the Analysis Services resource.

Link copied to clipboard

The current deployment state of Analysis Services resource. The provisioningState is to indicate states for resource provisioning.

Link copied to clipboard

How the read-write server's participation in the query pool is controlled.
It can have the following values:

  • readOnly - indicates that the read-write server is intended not to participate in query operations
  • all - indicates that the read-write server can participate in query operations
Specifying readOnly when capacity is 1 results in error.

Link copied to clipboard

The full name of the Analysis Services resource.

Link copied to clipboard
val serverMonitorMode: Int? = null

The server monitor mode for AS server

Link copied to clipboard

The SKU of the Analysis Services resource.

Link copied to clipboard

The current state of Analysis Services resource. The state is to indicate more states outside of resource provisioning.

Link copied to clipboard
val tags: Map<String, String>? = null

Key-value pairs of additional resource provisioning properties.

Link copied to clipboard

The type of the Analysis Services resource.