Get Server Details Result
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)
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
The firewall settings for the AS server.
Link copied to clipboard
The managed mode of the server (0 = not managed, 1 = managed).
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
Link copied to clipboard
The full name of the Analysis Services resource.
Link copied to clipboard
The server monitor mode for AS server
Link copied to clipboard
The SKU of the Analysis Services resource.