Compartilhar via


AnalysisServicesServerUpdateParameters Class

Definition

Provision request specification

[Microsoft.Rest.Serialization.JsonTransformation]
public class AnalysisServicesServerUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AnalysisServicesServerUpdateParameters = class
Public Class AnalysisServicesServerUpdateParameters
Inheritance
AnalysisServicesServerUpdateParameters
Attributes

Constructors

AnalysisServicesServerUpdateParameters()

Initializes a new instance of the AnalysisServicesServerUpdateParameters class.

AnalysisServicesServerUpdateParameters(ResourceSku, IDictionary<String, String>, GatewayDetails, ServerAdministrators, String, IPv4FirewallSettings, Nullable<ConnectionMode>)

Initializes a new instance of the AnalysisServicesServerUpdateParameters 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'

Sku

Gets or sets the SKU of the Analysis Services resource.

Tags

Gets or sets key-value pairs of additional provisioning properties.

Methods

Validate()

Validate the object.

Applies to