Show / Hide Table of Contents

Class ServerArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServerArgs
Inherited Members
ResourceArgs.Empty
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()
Namespace: Pulumi.Azure.AnalysisServices
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServerArgs : ResourceArgs

Constructors

View Source

ServerArgs()

Declaration
public ServerArgs()

Properties

View Source

AdminUsers

List of email addresses of admin users.

Declaration
public InputList<string> AdminUsers { get; set; }
Property Value
Type Description
InputList<System.String>
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<ServerIpv4FirewallRuleArgs> Ipv4FirewallRules { get; set; }
Property Value
Type Description
InputList<ServerIpv4FirewallRuleArgs>
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

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

Tags

Declaration
public InputMap<string> Tags { get; set; }
Property Value
Type Description
InputMap<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.