Show / Hide Table of Contents

Class Server

Manages an Analysis Services Server.

Inheritance
System.Object
Resource
CustomResource
Server
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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 class Server : CustomResource

Constructors

View Source

Server(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 Source

AdminUsers

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>>
View Source

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>
View Source

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>>
View Source

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>>
View Source

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>
View Source

Name

Specifies the name of the firewall rule.

Declaration
public Output<string> Name { get; }
Property Value
Type Description
Output<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 Output<string> QuerypoolConnectionMode { get; }
Property Value
Type Description
Output<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 Output<string> ResourceGroupName { get; }
Property Value
Type Description
Output<System.String>
View Source

ServerFullName

The full name of the Analysis Services Server.

Declaration
public Output<string> ServerFullName { get; }
Property Value
Type Description
Output<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 Output<string> Sku { get; }
Property Value
Type Description
Output<System.String>
View Source

Tags

Declaration
public Output<ImmutableDictionary<string, string>> Tags { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableDictionary<System.String, System.String>>

Methods

View Source

Get(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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.