AnalysisServicesServerProperties interface

Properties of Analysis Services resource.

Extends

Properties

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.

serverFullName

The full 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.

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

asAdministrators

A collection of AS server administrators

backupBlobContainerUri

The SAS container URI to the backup container.

gatewayDetails

The gateway details configured for the AS server.

ipV4FirewallSettings

The firewall settings for the AS server.

managedMode

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

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
Specifying readOnly when capacity is 1 results in error.

serverMonitorMode

The server monitor mode for AS server

Property Details

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

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

sku

The SKU of the Analysis Services resource.

sku?: 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

asAdministrators

A collection of AS server administrators

asAdministrators?: ServerAdministrators

Property Value

Inherited From AnalysisServicesServerMutableProperties.asAdministrators

backupBlobContainerUri

The SAS container URI to the backup container.

backupBlobContainerUri?: string

Property Value

string

Inherited From AnalysisServicesServerMutableProperties.backupBlobContainerUri

gatewayDetails

The gateway details configured for the AS server.

gatewayDetails?: GatewayDetails

Property Value

Inherited From AnalysisServicesServerMutableProperties.gatewayDetails

ipV4FirewallSettings

The firewall settings for the AS server.

ipV4FirewallSettings?: IPv4FirewallSettings

Property Value

Inherited From AnalysisServicesServerMutableProperties.ipV4FirewallSettings

managedMode

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

managedMode?: ManagedMode

Property Value

Inherited From AnalysisServicesServerMutableProperties.managedMode

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
Specifying readOnly when capacity is 1 results in error.

querypoolConnectionMode?: ConnectionMode

Property Value

Inherited From AnalysisServicesServerMutableProperties.querypoolConnectionMode

serverMonitorMode

The server monitor mode for AS server

serverMonitorMode?: ServerMonitorMode

Property Value

Inherited From AnalysisServicesServerMutableProperties.serverMonitorMode