Compartilhar via


AnalysisServicesServerProperties Class

Definition

Properties of Analysis Services resource.

public class AnalysisServicesServerProperties : Microsoft.Azure.Management.Analysis.Models.AnalysisServicesServerMutableProperties
type AnalysisServicesServerProperties = class
    inherit AnalysisServicesServerMutableProperties
Public Class AnalysisServicesServerProperties
Inherits AnalysisServicesServerMutableProperties
Inheritance
AnalysisServicesServerProperties

Constructors

AnalysisServicesServerProperties()

Initializes a new instance of the AnalysisServicesServerProperties class.

AnalysisServicesServerProperties(ServerAdministrators, String, GatewayDetails, IPv4FirewallSettings, Nullable<ConnectionMode>, String, String, String)

Initializes a new instance of the AnalysisServicesServerProperties class.

Properties

AsAdministrators

Gets or sets a collection of AS server administrators

(Inherited from AnalysisServicesServerMutableProperties)
BackupBlobContainerUri

Gets or sets the SAS container URI to the backup container.

(Inherited from AnalysisServicesServerMutableProperties)
GatewayDetails

Gets or sets the gateway details configured for the AS server.

(Inherited from AnalysisServicesServerMutableProperties)
IPV4FirewallSettings

Gets or sets the firewall settings for the AS server.

(Inherited from AnalysisServicesServerMutableProperties)
ProvisioningState

Gets 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'

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'

(Inherited from AnalysisServicesServerMutableProperties)
ServerFullName

Gets the full name of the Analysis Services resource.

State

Gets 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'

Applies to