AnalysisServicesServerProperties 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
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. |
AnalysisServicesServerProperties()
Initializes a new instance of the AnalysisServicesServerProperties class.
public AnalysisServicesServerProperties ();
Public Sub New ()
Applies to
AnalysisServicesServerProperties(ServerAdministrators, String, GatewayDetails, IPv4FirewallSettings, Nullable<ConnectionMode>, String, String, String)
Initializes a new instance of the AnalysisServicesServerProperties class.
public AnalysisServicesServerProperties (Microsoft.Azure.Management.Analysis.Models.ServerAdministrators asAdministrators = default, string backupBlobContainerUri = default, Microsoft.Azure.Management.Analysis.Models.GatewayDetails gatewayDetails = default, Microsoft.Azure.Management.Analysis.Models.IPv4FirewallSettings ipv4FirewallSettings = default, Microsoft.Azure.Management.Analysis.Models.ConnectionMode? querypoolConnectionMode = default, string state = default, string provisioningState = default, string serverFullName = default);
new Microsoft.Azure.Management.Analysis.Models.AnalysisServicesServerProperties : Microsoft.Azure.Management.Analysis.Models.ServerAdministrators * string * Microsoft.Azure.Management.Analysis.Models.GatewayDetails * Microsoft.Azure.Management.Analysis.Models.IPv4FirewallSettings * Nullable<Microsoft.Azure.Management.Analysis.Models.ConnectionMode> * string * string * string -> Microsoft.Azure.Management.Analysis.Models.AnalysisServicesServerProperties
Public Sub New (Optional asAdministrators As ServerAdministrators = Nothing, Optional backupBlobContainerUri As String = Nothing, Optional gatewayDetails As GatewayDetails = Nothing, Optional ipv4FirewallSettings As IPv4FirewallSettings = Nothing, Optional querypoolConnectionMode As Nullable(Of ConnectionMode) = Nothing, Optional state As String = Nothing, Optional provisioningState As String = Nothing, Optional serverFullName As String = Nothing)
Parameters
- asAdministrators
- ServerAdministrators
A collection of AS server administrators
- backupBlobContainerUri
- String
The SAS container URI to the backup container.
- gatewayDetails
- GatewayDetails
The gateway details configured for the AS server.
- 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'
- 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'
- serverFullName
- String
The full name of the Analysis Services resource.