Server

Manages an Analysis Services Server.

Create a Server Resource

new Server(name: string, args: ServerArgs, opts?: CustomResourceOptions);
def Server(resource_name, opts=None, admin_users=None, backup_blob_container_uri=None, enable_power_bi_service=None, ipv4_firewall_rules=None, location=None, name=None, querypool_connection_mode=None, resource_group_name=None, sku=None, tags=None, __props__=None);
func NewServer(ctx *Context, name string, args ServerArgs, opts ...ResourceOption) (*Server, error)
public Server(string name, ServerArgs args, CustomResourceOptions? opts = null)
name string
The unique name of the resource.
args ServerArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
opts ResourceOptions
A bag of options that control this resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args ServerArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args ServerArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.

Server Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.

Inputs

The Server resource accepts the following input properties:

ResourceGroupName string

The name of the Resource Group in which the Analysis Services Server should be exist. Changing this forces a new resource to be created.

Sku string

SKU for the Analysis Services Server. Possible values are: D1, B1, B2, S0, S1, S2, S4, S8 and S9

AdminUsers List<string>

List of email addresses of admin users.

BackupBlobContainerUri string

URI and SAS token for a blob container to store backups.

EnablePowerBiService bool

Indicates if the Power BI service is allowed to access or not.

Ipv4FirewallRules List<ServerIpv4FirewallRuleArgs>

One or more ipv4_firewall_rule block(s) as defined below.

Location string

The Azure location where the Analysis Services Server exists. Changing this forces a new resource to be created.

Name string

Specifies the name of the firewall rule.

QuerypoolConnectionMode string

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.

Tags Dictionary<string, string>
ResourceGroupName string

The name of the Resource Group in which the Analysis Services Server should be exist. Changing this forces a new resource to be created.

Sku string

SKU for the Analysis Services Server. Possible values are: D1, B1, B2, S0, S1, S2, S4, S8 and S9

AdminUsers []string

List of email addresses of admin users.

BackupBlobContainerUri string

URI and SAS token for a blob container to store backups.

EnablePowerBiService bool

Indicates if the Power BI service is allowed to access or not.

Ipv4FirewallRules []ServerIpv4FirewallRule

One or more ipv4_firewall_rule block(s) as defined below.

Location string

The Azure location where the Analysis Services Server exists. Changing this forces a new resource to be created.

Name string

Specifies the name of the firewall rule.

QuerypoolConnectionMode string

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.

Tags map[string]string
resourceGroupName string

The name of the Resource Group in which the Analysis Services Server should be exist. Changing this forces a new resource to be created.

sku string

SKU for the Analysis Services Server. Possible values are: D1, B1, B2, S0, S1, S2, S4, S8 and S9

adminUsers string[]

List of email addresses of admin users.

backupBlobContainerUri string

URI and SAS token for a blob container to store backups.

enablePowerBiService boolean

Indicates if the Power BI service is allowed to access or not.

ipv4FirewallRules ServerIpv4FirewallRule[]

One or more ipv4_firewall_rule block(s) as defined below.

location string

The Azure location where the Analysis Services Server exists. Changing this forces a new resource to be created.

name string

Specifies the name of the firewall rule.

querypoolConnectionMode string

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.

tags {[key: string]: string}
resource_group_name str

The name of the Resource Group in which the Analysis Services Server should be exist. Changing this forces a new resource to be created.

sku str

SKU for the Analysis Services Server. Possible values are: D1, B1, B2, S0, S1, S2, S4, S8 and S9

admin_users List[str]

List of email addresses of admin users.

backup_blob_container_uri str

URI and SAS token for a blob container to store backups.

enable_power_bi_service bool

Indicates if the Power BI service is allowed to access or not.

ipv4_firewall_rules List[ServerIpv4FirewallRule]

One or more ipv4_firewall_rule block(s) as defined below.

location str

The Azure location where the Analysis Services Server exists. Changing this forces a new resource to be created.

name str

Specifies the name of the firewall rule.

querypool_connection_mode str

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.

tags Dict[str, str]

Outputs

All input properties are implicitly available as output properties. Additionally, the Server resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
ServerFullName string

The full name of the Analysis Services Server.

Id string
The provider-assigned unique ID for this managed resource.
ServerFullName string

The full name of the Analysis Services Server.

id string
The provider-assigned unique ID for this managed resource.
serverFullName string

The full name of the Analysis Services Server.

id str
The provider-assigned unique ID for this managed resource.
server_full_name str

The full name of the Analysis Services Server.

Look up an Existing Server Resource

Get an existing Server resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: ServerState, opts?: CustomResourceOptions): Server
static get(resource_name, id, opts=None, admin_users=None, backup_blob_container_uri=None, enable_power_bi_service=None, ipv4_firewall_rules=None, location=None, name=None, querypool_connection_mode=None, resource_group_name=None, server_full_name=None, sku=None, tags=None, __props__=None);
func GetServer(ctx *Context, name string, id IDInput, state *ServerState, opts ...ResourceOption) (*Server, error)
public static Server Get(string name, Input<string> id, ServerState? state, CustomResourceOptions? opts = null)
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.

The following state arguments are supported:

AdminUsers List<string>

List of email addresses of admin users.

BackupBlobContainerUri string

URI and SAS token for a blob container to store backups.

EnablePowerBiService bool

Indicates if the Power BI service is allowed to access or not.

Ipv4FirewallRules List<ServerIpv4FirewallRuleArgs>

One or more ipv4_firewall_rule block(s) as defined below.

Location string

The Azure location where the Analysis Services Server exists. Changing this forces a new resource to be created.

Name string

Specifies the name of the firewall rule.

QuerypoolConnectionMode string

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.

ResourceGroupName string

The name of the Resource Group in which the Analysis Services Server should be exist. Changing this forces a new resource to be created.

ServerFullName string

The full name of the Analysis Services Server.

Sku string

SKU for the Analysis Services Server. Possible values are: D1, B1, B2, S0, S1, S2, S4, S8 and S9

Tags Dictionary<string, string>
AdminUsers []string

List of email addresses of admin users.

BackupBlobContainerUri string

URI and SAS token for a blob container to store backups.

EnablePowerBiService bool

Indicates if the Power BI service is allowed to access or not.

Ipv4FirewallRules []ServerIpv4FirewallRule

One or more ipv4_firewall_rule block(s) as defined below.

Location string

The Azure location where the Analysis Services Server exists. Changing this forces a new resource to be created.

Name string

Specifies the name of the firewall rule.

QuerypoolConnectionMode string

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.

ResourceGroupName string

The name of the Resource Group in which the Analysis Services Server should be exist. Changing this forces a new resource to be created.

ServerFullName string

The full name of the Analysis Services Server.

Sku string

SKU for the Analysis Services Server. Possible values are: D1, B1, B2, S0, S1, S2, S4, S8 and S9

Tags map[string]string
adminUsers string[]

List of email addresses of admin users.

backupBlobContainerUri string

URI and SAS token for a blob container to store backups.

enablePowerBiService boolean

Indicates if the Power BI service is allowed to access or not.

ipv4FirewallRules ServerIpv4FirewallRule[]

One or more ipv4_firewall_rule block(s) as defined below.

location string

The Azure location where the Analysis Services Server exists. Changing this forces a new resource to be created.

name string

Specifies the name of the firewall rule.

querypoolConnectionMode string

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.

resourceGroupName string

The name of the Resource Group in which the Analysis Services Server should be exist. Changing this forces a new resource to be created.

serverFullName string

The full name of the Analysis Services Server.

sku string

SKU for the Analysis Services Server. Possible values are: D1, B1, B2, S0, S1, S2, S4, S8 and S9

tags {[key: string]: string}
admin_users List[str]

List of email addresses of admin users.

backup_blob_container_uri str

URI and SAS token for a blob container to store backups.

enable_power_bi_service bool

Indicates if the Power BI service is allowed to access or not.

ipv4_firewall_rules List[ServerIpv4FirewallRule]

One or more ipv4_firewall_rule block(s) as defined below.

location str

The Azure location where the Analysis Services Server exists. Changing this forces a new resource to be created.

name str

Specifies the name of the firewall rule.

querypool_connection_mode str

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.

resource_group_name str

The name of the Resource Group in which the Analysis Services Server should be exist. Changing this forces a new resource to be created.

server_full_name str

The full name of the Analysis Services Server.

sku str

SKU for the Analysis Services Server. Possible values are: D1, B1, B2, S0, S1, S2, S4, S8 and S9

tags Dict[str, str]

Supporting Types

ServerIpv4FirewallRule

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Name string

Specifies the name of the firewall rule.

RangeEnd string

End of the firewall rule range as IPv4 address.

RangeStart string

Start of the firewall rule range as IPv4 address.

Name string

Specifies the name of the firewall rule.

RangeEnd string

End of the firewall rule range as IPv4 address.

RangeStart string

Start of the firewall rule range as IPv4 address.

name string

Specifies the name of the firewall rule.

rangeEnd string

End of the firewall rule range as IPv4 address.

rangeStart string

Start of the firewall rule range as IPv4 address.

name str

Specifies the name of the firewall rule.

rangeEnd str

End of the firewall rule range as IPv4 address.

rangeStart str

Start of the firewall rule range as IPv4 address.

Package Details

Repository
https://github.com/pulumi/pulumi-azure
License
Apache-2.0
Notes
This Pulumi package is based on the azurerm Terraform Provider.