Get Server Details Result
data class GetServerDetailsResult(val asAdministrators: ServerAdministratorsResponse? = null, 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
fun GetServerDetailsResult(asAdministrators: ServerAdministratorsResponse? = null, 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
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard