Class Server
Manages an Analysis Services Server.
Inherited Members
Namespace: Pulumi.Azure.AnalysisServices
Assembly: Pulumi.Azure.dll
Syntax
public class Server : CustomResource
Constructors
View SourceServer(String, ServerArgs, CustomResourceOptions)
Create a Server resource with the given unique name, arguments, and options.
Declaration
public Server(string name, ServerArgs args, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resource |
| ServerArgs | args | The arguments used to populate this resource's properties |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Properties
View SourceAdminUsers
List of email addresses of admin users.
Declaration
public Output<ImmutableArray<string>> AdminUsers { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<System.String>> |
BackupBlobContainerUri
URI and SAS token for a blob container to store backups.
Declaration
public Output<string> BackupBlobContainerUri { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
EnablePowerBiService
Indicates if the Power BI service is allowed to access or not.
Declaration
public Output<bool?> EnablePowerBiService { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Nullable<System.Boolean>> |
Ipv4FirewallRules
One or more ipv4_firewall_rule block(s) as defined below.
Declaration
public Output<ImmutableArray<ServerIpv4FirewallRule>> Ipv4FirewallRules { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<ServerIpv4FirewallRule>> |
Location
The Azure location where the Analysis Services Server exists. Changing this forces a new resource to be created.
Declaration
public Output<string> Location { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Name
Specifies the name of the firewall rule.
Declaration
public Output<string> Name { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
QuerypoolConnectionMode
Controls how the read-write server is used in the query pool. If this value is set to All then read-write servers are also used for queries. Otherwise with ReadOnly these servers do not participate in query operations.
Declaration
public Output<string> QuerypoolConnectionMode { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
ResourceGroupName
The name of the Resource Group in which the Analysis Services Server should be exist. Changing this forces a new resource to be created.
Declaration
public Output<string> ResourceGroupName { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
ServerFullName
The full name of the Analysis Services Server.
Declaration
public Output<string> ServerFullName { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Sku
SKU for the Analysis Services Server. Possible values are: D1, B1, B2, S0, S1, S2, S4, S8 and S9
Declaration
public Output<string> Sku { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Tags
Declaration
public Output<ImmutableDictionary<string, string>> Tags { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableDictionary<System.String, System.String>> |
Methods
View SourceGet(String, Input<String>, ServerState, CustomResourceOptions)
Get an existing Server resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
Declaration
public static Server Get(string name, Input<string> id, ServerState state = null, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resulting resource. |
| Input<System.String> | id | The unique provider ID of the resource to lookup. |
| ServerState | state | Any extra arguments used during the lookup. |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Returns
| Type | Description |
|---|---|
| Server |