你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AnalysisServicesServer Class

Definition

Represents an instance of an Analysis Services resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class AnalysisServicesServer : Microsoft.Azure.Management.Analysis.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AnalysisServicesServer = class
    inherit Resource
Public Class AnalysisServicesServer
Inherits Resource
Inheritance
AnalysisServicesServer
Attributes

Constructors

AnalysisServicesServer()

Initializes a new instance of the AnalysisServicesServer class.

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

Initializes a new instance of the AnalysisServicesServer 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.

Id

Gets an identifier that represents the Analysis Services resource.

(Inherited from Resource)
IpV4FirewallSettings

Gets or sets the firewall settings for the AS server.

Location

Gets or sets location of the Analysis Services resource.

(Inherited from Resource)
Name

Gets the name of the Analysis Services resource.

(Inherited from Resource)
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'

ServerFullName

Gets the full name of the Analysis Services resource.

Sku

Gets or sets the SKU of the Analysis Services resource.

(Inherited from 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'

Tags

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

(Inherited from Resource)
Type

Gets the type of the Analysis Services resource.

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to