AnalysisServicesServerMutableProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An object that represents a set of mutable Analysis Services resource properties.
public class AnalysisServicesServerMutableProperties
type AnalysisServicesServerMutableProperties = class
Public Class AnalysisServicesServerMutableProperties
- Inheritance
-
AnalysisServicesServerMutableProperties
- Derived
Constructors
AnalysisServicesServerMutableProperties() |
Initializes a new instance of the AnalysisServicesServerMutableProperties class. |
AnalysisServicesServerMutableProperties(ServerAdministrators, String, GatewayDetails, IPv4FirewallSettings, Nullable<ConnectionMode>) |
Initializes a new instance of the AnalysisServicesServerMutableProperties class. |
Properties
AsAdministrators |
Gets or sets a collection of AS server administrators |
BackupBlobContainerUri |
Gets or sets the SAS container URI to the backup container. |
GatewayDetails |
Gets or sets the gateway details configured for the AS server. |
IPV4FirewallSettings |
Gets or sets the firewall settings for the AS server. |
QuerypoolConnectionMode |
Gets or sets how the read-write server's participation in the query pool is controlled.<br/>It can have the following values: <ul><li>readOnly - indicates that the read-write server is intended not to participate in query operations</li><li>all - indicates that the read-write server can participate in query operations</li></ul>Specifying readOnly when capacity is 1 results in error. Possible values include: 'All', 'ReadOnly' |