AnalysisServicesServer Constructors
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.
Overloads
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. |
AnalysisServicesServer()
Initializes a new instance of the AnalysisServicesServer class.
public AnalysisServicesServer ();
Public Sub New ()
Applies to
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.
public AnalysisServicesServer (string location, Microsoft.Azure.Management.Analysis.Models.ResourceSku sku, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Analysis.Models.GatewayDetails gatewayDetails = default, string state = default, string provisioningState = default, Microsoft.Azure.Management.Analysis.Models.ServerAdministrators asAdministrators = default, string backupBlobContainerUri = default, Microsoft.Azure.Management.Analysis.Models.IPv4FirewallSettings ipV4FirewallSettings = default, Microsoft.Azure.Management.Analysis.Models.ConnectionMode? querypoolConnectionMode = default, string serverFullName = default);
new Microsoft.Azure.Management.Analysis.Models.AnalysisServicesServer : string * Microsoft.Azure.Management.Analysis.Models.ResourceSku * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Analysis.Models.GatewayDetails * string * string * Microsoft.Azure.Management.Analysis.Models.ServerAdministrators * string * Microsoft.Azure.Management.Analysis.Models.IPv4FirewallSettings * Nullable<Microsoft.Azure.Management.Analysis.Models.ConnectionMode> * string -> Microsoft.Azure.Management.Analysis.Models.AnalysisServicesServer
Public Sub New (location As String, sku As ResourceSku, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional gatewayDetails As GatewayDetails = Nothing, Optional state As String = Nothing, Optional provisioningState As String = Nothing, Optional asAdministrators As ServerAdministrators = Nothing, Optional backupBlobContainerUri As String = Nothing, Optional ipV4FirewallSettings As IPv4FirewallSettings = Nothing, Optional querypoolConnectionMode As Nullable(Of ConnectionMode) = Nothing, Optional serverFullName As String = Nothing)
Parameters
- location
- String
Location of the Analysis Services resource.
- sku
- ResourceSku
The SKU of the Analysis Services resource.
- id
- String
An identifier that represents the Analysis Services resource.
- name
- String
The name of the Analysis Services resource.
- type
- String
The type of the Analysis Services resource.
- tags
- IDictionary<String,String>
Key-value pairs of additional resource provisioning properties.
- gatewayDetails
- GatewayDetails
The gateway details configured for the AS server.
- state
- String
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'
- provisioningState
- String
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'
- asAdministrators
- ServerAdministrators
A collection of AS server administrators
- backupBlobContainerUri
- String
The SAS container URI to the backup container.
- ipV4FirewallSettings
- IPv4FirewallSettings
The firewall settings for the AS server.
- querypoolConnectionMode
- Nullable<ConnectionMode>
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
- String
The full name of the Analysis Services resource.