AnalysisServicesServerUpdateParameters interface
Provision request specification
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). |
querypool |
How the read-write server's participation in the query pool is controlled.
|
server |
The server monitor mode for AS server |
sku | The SKU of the Analysis Services resource. |
tags | Key-value pairs of additional provisioning properties. |
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
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
serverMonitorMode
The server monitor mode for AS server
serverMonitorMode?: ServerMonitorMode
Property Value
sku
tags
Key-value pairs of additional provisioning properties.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}