Share via


AnalysisServerData Class

Definition

A class representing the AnalysisServer data model. Represents an instance of an Analysis Services resource.

public class AnalysisServerData : Azure.ResourceManager.Models.TrackedResourceData
type AnalysisServerData = class
    inherit TrackedResourceData
Public Class AnalysisServerData
Inherits TrackedResourceData
Inheritance

Constructors

AnalysisServerData(AzureLocation, AnalysisResourceSku)

Initializes a new instance of AnalysisServerData.

Properties

AnalysisServerSku

The SKU of the Analysis Services resource.

AnalysisSku

The SKU of the Analysis Services resource.

AsAdministratorIdentities

An array of administrator user identities.

BackupBlobContainerUri

The SAS container URI to the backup container.

GatewayDetails

The gateway details configured for the AS server.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
IPv4FirewallSettings

The firewall settings for the AS server.

Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
ManagedMode

The managed mode of the server (0 = not managed, 1 = managed).

Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningState

The current deployment state of Analysis Services resource. The provisioningState is to indicate states for resource provisioning.

QueryPoolConnectionMode

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.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
ServerFullName

The full name of the Analysis Services resource.

ServerMonitorMode

The server monitor mode for AS server.

State

The current state of Analysis Services resource. The state is to indicate more states outside of resource provisioning.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

(Inherited from TrackedResourceData)

Applies to