Class ServerState
Inheritance
System.Object
ServerState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServerState : ResourceArgs
Constructors
View Source
ServerState()
Declaration
Properties
View Source
AdminUsers
List of email addresses of admin users.
Declaration
public InputList<string> AdminUsers { get; set; }
Property Value
View Source
BackupBlobContainerUri
URI and SAS token for a blob container to store backups.
Declaration
public Input<string> BackupBlobContainerUri { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
EnablePowerBiService
Indicates if the Power BI service is allowed to access or not.
Declaration
public Input<bool> EnablePowerBiService { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Ipv4FirewallRules
One or more ipv4_firewall_rule block(s) as defined below.
Declaration
public InputList<ServerIpv4FirewallRuleGetArgs> Ipv4FirewallRules { get; set; }
Property Value
View Source
Location
The Azure location where the Analysis Services Server exists. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Name
Specifies the name of the firewall rule.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
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 Input<string> QuerypoolConnectionMode { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
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 Input<string> ResourceGroupName { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
ServerFullName
The full name of the Analysis Services Server.
Declaration
public Input<string> ServerFullName { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Sku
SKU for the Analysis Services Server. Possible values are: D1, B1, B2, S0, S1, S2, S4, S8 and S9
Declaration
public Input<string> Sku { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type |
Description |
| InputMap<System.String> |
|