Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AnalysisServicesServer

Package version

interface

An interface representing AnalysisServicesServer. Represents an instance of an Analysis Services resource.

extends

Resource

Hierarchy

Index

Properties

Optional asAdministrators

asAdministrators: ServerAdministrators
member

{ServerAdministrators} [asAdministrators] A collection of AS server administrators

Optional backupBlobContainerUri

backupBlobContainerUri: undefined | string
member

{string} [backupBlobContainerUri] The SAS container URI to the backup container.

Optional gatewayDetails

gatewayDetails: GatewayDetails
member

{GatewayDetails} [gatewayDetails] The gateway details configured for the AS server.

Optional id

id: undefined | string
member

{string} [id] An identifier that represents the Analysis Services resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional ipV4FirewallSettings

ipV4FirewallSettings: IPv4FirewallSettings
member

{IPv4FirewallSettings} [ipV4FirewallSettings] The firewall settings for the AS server.

location

location: string
member

{string} location Location of the Analysis Services resource.

Optional name

name: undefined | string
member

{string} [name] The name of the Analysis Services resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional provisioningState

provisioningState: ProvisioningState
member

{ProvisioningState} [provisioningState] The current deployment state of Analysis Services resource. The provisioningState is to indicate states for resource provisioning. Possible values include: 'Deleting', 'Succeeded', 'Failed', 'Paused', 'Suspended', 'Provisioning', 'Updating', 'Suspending', 'Pausing', 'Resuming', 'Preparing', 'Scaling' NOTE: This property will not be serialized. It can only be populated by the server.

Optional querypoolConnectionMode

querypoolConnectionMode: ConnectionMode
member

{ConnectionMode} [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. Possible values include: 'All', 'ReadOnly'. Default value: 'All' .

Optional serverFullName

serverFullName: undefined | string
member

{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.

sku

member

{ResourceSku} sku The SKU of the Analysis Services resource.

Optional state

state: State
member

{State} [state] The current state of Analysis Services resource. The state is to indicate more states outside of resource provisioning. Possible values include: 'Deleting', 'Succeeded', 'Failed', 'Paused', 'Suspended', 'Provisioning', 'Updating', 'Suspending', 'Pausing', 'Resuming', 'Preparing', 'Scaling' NOTE: This property will not be serialized. It can only be populated by the server.

Optional tags

tags: undefined | object
member

{{ [propertyName: string]: string }} [tags] Key-value pairs of additional resource provisioning properties.

Optional type

type: undefined | string
member

{string} [type] The type of the Analysis Services resource. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc