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:
- Resource
Group stringName 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,S8andS9- Admin
Users List<string> List of email addresses of admin users.
- Backup
Blob stringContainer Uri URI and SAS token for a blob container to store backups.
- Enable
Power boolBi Service Indicates if the Power BI service is allowed to access or not.
- Ipv4Firewall
Rules List<ServerIpv4Firewall Rule Args> One or more
ipv4_firewall_ruleblock(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.
- Querypool
Connection stringMode Controls how the read-write server is used in the query pool. If this value is set to
Allthen read-write servers are also used for queries. Otherwise withReadOnlythese servers do not participate in query operations.- Dictionary<string, string>
- Resource
Group stringName 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,S8andS9- Admin
Users []string List of email addresses of admin users.
- Backup
Blob stringContainer Uri URI and SAS token for a blob container to store backups.
- Enable
Power boolBi Service Indicates if the Power BI service is allowed to access or not.
- Ipv4Firewall
Rules []ServerIpv4Firewall Rule One or more
ipv4_firewall_ruleblock(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.
- Querypool
Connection stringMode Controls how the read-write server is used in the query pool. If this value is set to
Allthen read-write servers are also used for queries. Otherwise withReadOnlythese servers do not participate in query operations.- map[string]string
- resource
Group stringName 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,S8andS9- admin
Users string[] List of email addresses of admin users.
- backup
Blob stringContainer Uri URI and SAS token for a blob container to store backups.
- enable
Power booleanBi Service Indicates if the Power BI service is allowed to access or not.
- ipv4Firewall
Rules ServerIpv4Firewall Rule[] One or more
ipv4_firewall_ruleblock(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.
- querypool
Connection stringMode Controls how the read-write server is used in the query pool. If this value is set to
Allthen read-write servers are also used for queries. Otherwise withReadOnlythese servers do not participate in query operations.- {[key: string]: string}
- resource_
group_ strname 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,S8andS9- admin_
users List[str] List of email addresses of admin users.
- backup_
blob_ strcontainer_ uri URI and SAS token for a blob container to store backups.
- enable_
power_ boolbi_ service Indicates if the Power BI service is allowed to access or not.
- ipv4_
firewall_ List[Serverrules Ipv4Firewall Rule] One or more
ipv4_firewall_ruleblock(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_ strmode Controls how the read-write server is used in the query pool. If this value is set to
Allthen read-write servers are also used for queries. Otherwise withReadOnlythese servers do not participate in query operations.- 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.
- Server
Full stringName The full name of the Analysis Services Server.
- Id string
- The provider-assigned unique ID for this managed resource.
- Server
Full stringName The full name of the Analysis Services Server.
- id string
- The provider-assigned unique ID for this managed resource.
- server
Full stringName The full name of the Analysis Services Server.
- id str
- The provider-assigned unique ID for this managed resource.
- server_
full_ strname 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): Serverstatic 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:
- Admin
Users List<string> List of email addresses of admin users.
- Backup
Blob stringContainer Uri URI and SAS token for a blob container to store backups.
- Enable
Power boolBi Service Indicates if the Power BI service is allowed to access or not.
- Ipv4Firewall
Rules List<ServerIpv4Firewall Rule Args> One or more
ipv4_firewall_ruleblock(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.
- Querypool
Connection stringMode Controls how the read-write server is used in the query pool. If this value is set to
Allthen read-write servers are also used for queries. Otherwise withReadOnlythese servers do not participate in query operations.- Resource
Group stringName 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 stringName 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,S8andS9- Dictionary<string, string>
- Admin
Users []string List of email addresses of admin users.
- Backup
Blob stringContainer Uri URI and SAS token for a blob container to store backups.
- Enable
Power boolBi Service Indicates if the Power BI service is allowed to access or not.
- Ipv4Firewall
Rules []ServerIpv4Firewall Rule One or more
ipv4_firewall_ruleblock(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.
- Querypool
Connection stringMode Controls how the read-write server is used in the query pool. If this value is set to
Allthen read-write servers are also used for queries. Otherwise withReadOnlythese servers do not participate in query operations.- Resource
Group stringName 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 stringName 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,S8andS9- map[string]string
- admin
Users string[] List of email addresses of admin users.
- backup
Blob stringContainer Uri URI and SAS token for a blob container to store backups.
- enable
Power booleanBi Service Indicates if the Power BI service is allowed to access or not.
- ipv4Firewall
Rules ServerIpv4Firewall Rule[] One or more
ipv4_firewall_ruleblock(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.
- querypool
Connection stringMode Controls how the read-write server is used in the query pool. If this value is set to
Allthen read-write servers are also used for queries. Otherwise withReadOnlythese servers do not participate in query operations.- resource
Group stringName 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 stringName 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,S8andS9- {[key: string]: string}
- admin_
users List[str] List of email addresses of admin users.
- backup_
blob_ strcontainer_ uri URI and SAS token for a blob container to store backups.
- enable_
power_ boolbi_ service Indicates if the Power BI service is allowed to access or not.
- ipv4_
firewall_ List[Serverrules Ipv4Firewall Rule] One or more
ipv4_firewall_ruleblock(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_ strmode Controls how the read-write server is used in the query pool. If this value is set to
Allthen read-write servers are also used for queries. Otherwise withReadOnlythese servers do not participate in query operations.- resource_
group_ strname 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_ strname 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,S8andS9- Dict[str, str]
Supporting Types
ServerIpv4FirewallRule
Package Details
- Repository
- https://github.com/pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
azurermTerraform Provider.