AnalysisServicesServer interface
Represents an instance of an Analysis Services resource.
- Extends
Properties
| as |
A collection of AS server administrators |
| backup |
The SAS container URI to the backup container. |
| gateway |
The gateway details configured for the AS server. |
| ipV4Firewall |
The firewall settings for the AS server. |
| managed |
The managed mode of the server (0 = not managed, 1 = managed). |
| provisioning |
The current deployment state of Analysis Services resource. The provisioningState is to indicate states for resource provisioning. NOTE: This property will not be serialized. It can only be populated by the server. |
| querypool |
How the read-write server's participation in the query pool is controlled.
|
| server |
The full name of the Analysis Services resource. NOTE: This property will not be serialized. It can only be populated by the server. |
| server |
The server monitor mode for AS server |
| sku |
The SKU of the Analysis Services resource. |
| state | The current state of Analysis Services resource. The state is to indicate more states outside of resource provisioning. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
| id | An identifier that represents the Analysis Services resource. NOTE: This property will not be serialized. It can only be populated by the server. |
| location | Location of the Analysis Services resource. |
| name | The name of the Analysis Services resource. NOTE: This property will not be serialized. It can only be populated by the server. |
| sku | The SKU of the Analysis Services resource. |
| tags | Key-value pairs of additional resource provisioning properties. |
| type | The type of the Analysis Services resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
asAdministrators
A collection of AS server administrators
asAdministrators?: ServerAdministrators
Property Value
backupBlobContainerUri
The SAS container URI to the backup container.
backupBlobContainerUri?: string
Property Value
string
gatewayDetails
The gateway details configured for the AS server.
gatewayDetails?: GatewayDetails
Property Value
ipV4FirewallSettings
The firewall settings for the AS server.
ipV4FirewallSettings?: IPv4FirewallSettings
Property Value
managedMode
The managed mode of the server (0 = not managed, 1 = managed).
managedMode?: ManagedMode
Property Value
provisioningState
The current deployment state of Analysis Services resource. The provisioningState is to indicate states for resource provisioning. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
querypoolConnectionMode
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
querypoolConnectionMode?: ConnectionMode
Property Value
serverFullName
The full name of the Analysis Services resource. NOTE: This property will not be serialized. It can only be populated by the server.
serverFullName?: string
Property Value
string
serverMonitorMode
The server monitor mode for AS server
serverMonitorMode?: ServerMonitorMode
Property Value
skuPropertiesSku
The SKU of the Analysis Services resource.
skuPropertiesSku?: ResourceSku
Property Value
state
The current state of Analysis Services resource. The state is to indicate more states outside of resource provisioning. NOTE: This property will not be serialized. It can only be populated by the server.
state?: string
Property Value
string
Inherited Property Details
id
An identifier that represents the Analysis Services resource. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
location
Location of the Analysis Services resource.
location: string
Property Value
string
Inherited From Resource.location
name
The name of the Analysis Services resource. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
sku
The SKU of the Analysis Services resource.
sku: ResourceSku
Property Value
Inherited From Resource.sku
tags
Key-value pairs of additional resource provisioning properties.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From Resource.tags
type
The type of the Analysis Services resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type