< Back

New-AzureRmAnalysisServicesServer

Tue Jan 29, 2019 9:28 pm

NAME New-AzureRmAnalysisServicesServer



SYNOPSIS

Creates a new Analysis Services server





SYNTAX

New-AzureRmAnalysisServicesServer [-ResourceGroupName] <String> [-Name] <String> [-Location] {North Central US | South Central US | Central US |

West Europe | North Europe | West US | East US | East US 2 | Japan East | Japan West | Brazil South | Southeast Asia | East Asia | Australia East

| Australia Southeast} [-Sku] <String> [[-Tag] <Hashtable>] [[-Administrator] <String>] [[-BackupBlobContainerUri] <String>]

[[-ReadonlyReplicaCount] <Integer>] [[-DefaultConnectionMode] <String>] [[-FirewallConfig]

<Microsoft.Azure.Commands.AnalysisServices.Models.AzureAnalysisServicesFirewallConfig>] [-DefaultProfile <IAzureContextContainer>] [-Confirm]

[-WhatIf] [<CommonParameters>]





DESCRIPTION

The New-AzureRmAnalysisServicesServer cmdlet creates a new Analysis Services server





PARAMETERS

-Administrator <String>

A string representing a comma separated list of users or groups to be set as administrators on the server. The users or groups need to be

specified UPN format e.g. user@contoso.com or groups@contoso.com



Required? false

Position? 5

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-BackupBlobContainerUri <String>

The blob container Uri for backup the Analysis Services server



Required? false

Position? 6

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Location <String>

The Azure region where the Analysis Services server is hosted



Required? true

Position? 2

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Name <String>

Name of the Analysis Services server



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ResourceGroupName <String>

Name of the Azure resource group to which the server belongs



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Sku <String>

The name of the Sku for the server. The supported values are 'S0', 'S1', 'S2', 'S4' for the Standard tier; 'B1', 'B2' for the Basic tier and

'D1' for Development tier.



Required? true

Position? 3

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Tag <Hashtable>

Key-value pairs in the form of a hash table set as tags on the server.



Required? false

Position? 4

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ReadonlyReplicaCount <Integer>

Read only replica count of an Analysis service server



Required? false

Position? 7

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-DefaultConnectionMode <String>

Default connection mode of an Analysis service server



Required? false

Position? 8

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-FirewallConfig <Microsoft.Azure.Commands.AnalysisServices.Models.AzureAnalysisServicesFirewallConfig>

Firewall config of an Analysis server



Required? false

Position? 9

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts user to confirm whether to perform the operation



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Describes the actions the current operation will perform without actually performing them



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None

This cmdlet does not accept any input.





OUTPUTS

Microsoft.Azure.Commands.AnalysisServices.Models.AzureAnalysisServicesServer







NOTES





Alias: New-AzureAs



Example 1



PS C:\\> New-AzureRmAnalysisServicesServer -ResourceGroupName "testresourcegroup" -Name "testserver" -Location "West-US" -Sku "S1"



Creates a server named testserver in the Azure region West-US and in resource group testresrourcegroup. The sku level for the server will be S1.







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... icesserver

Get-AzureRmAnalysisServicesServer

Remove-AzureRmAnalysisServicesServer