< Back
Set-AzureRmAnalysisServicesServer
Post
NAME Set-AzureRmAnalysisServicesServer
SYNOPSIS
Modifies an instance of Analysis Services server
SYNTAX
Set-AzureRmAnalysisServicesServer [-Name] <String> [[-ResourceGroupName] <String>] [[-Sku] <String>] [[-Tag] <Hashtable>] [[-Administrator]
<String>] [[-BackupBlobContainerUri] <String>] [[-ReadonlyReplicaCount] <Integer>] [[-DefaultConnectionMode] <String>] [[-FirewallConfig]
<Microsoft.Azure.Commands.AnalysisServices.Models.AzureAnalysisServicesFirewallConfig>] [-DefaultProfile <IAzureContextContainer>] [-PassThru]
[-Confirm] [-WhatIf] [<CommonParameters>]
Set-AzureRmAnalysisServicesServer [-Name] <String> [[-ResourceGroupName] <String>] [[-Sku] <String>] [[-Tag] <Hashtable>] [[-Administrator]
<String>] [-DisableBackup] [[-ReadonlyReplicaCount] <Integer>] [[-DefaultConnectionMode] <String>] [[-FirewallConfig]
<Microsoft.Azure.Commands.AnalysisServices.Models.AzureAnalysisServicesFirewallConfig>] [-DefaultProfile <IAzureContextContainer>] [-PassThru]
[-Confirm] [-WhatIf] [<CommonParameters>]
DESCRIPTION
The Set-AzureRmAnalysisServicesServer cmdlet modifies an instance of 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? 4
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? 5
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
-DisableBackup [<SwitchParameter>]
The switch to disable backup blob container. To re-enable the backup blob container, please provide the backup blob container Uri as
-BackupBlobContainerUri.
Required? true
Position? 5
Default value False
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Name <String>
Name of the Analysis Services server
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-PassThru [<SwitchParameter>]
Will return the deleted server details if the operation completes successfully
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-ResourceGroupName <String>
Name of the Azure resource group to which the server belongs
Required? false
Position? 1
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? false
Position? 2
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? 3
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? 6
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? 7
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? 8
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.Management.Analysis.Models.AnalysisServicesServer
NOTES
Alias: Set-AzureAs
Example 1
PS C:\\> Set-AzureRmAnalysisServicesServer -Name "testserver" -ResourceGroupName "testgroup" -Tag "key1:value1,key2:value2" -Administrator
"testuser1@contoso.com"
Modifies the server named testserver in resourcegroup testgroup to set the tags as key1:value1 and key2:value2 and administrator to
testuser1@contoso.com
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... icesserver
Get-AzureRmAnalysisServicesServer
Remove-AzureRmAnalysisServicesServer
SYNOPSIS
Modifies an instance of Analysis Services server
SYNTAX
Set-AzureRmAnalysisServicesServer [-Name] <String> [[-ResourceGroupName] <String>] [[-Sku] <String>] [[-Tag] <Hashtable>] [[-Administrator]
<String>] [[-BackupBlobContainerUri] <String>] [[-ReadonlyReplicaCount] <Integer>] [[-DefaultConnectionMode] <String>] [[-FirewallConfig]
<Microsoft.Azure.Commands.AnalysisServices.Models.AzureAnalysisServicesFirewallConfig>] [-DefaultProfile <IAzureContextContainer>] [-PassThru]
[-Confirm] [-WhatIf] [<CommonParameters>]
Set-AzureRmAnalysisServicesServer [-Name] <String> [[-ResourceGroupName] <String>] [[-Sku] <String>] [[-Tag] <Hashtable>] [[-Administrator]
<String>] [-DisableBackup] [[-ReadonlyReplicaCount] <Integer>] [[-DefaultConnectionMode] <String>] [[-FirewallConfig]
<Microsoft.Azure.Commands.AnalysisServices.Models.AzureAnalysisServicesFirewallConfig>] [-DefaultProfile <IAzureContextContainer>] [-PassThru]
[-Confirm] [-WhatIf] [<CommonParameters>]
DESCRIPTION
The Set-AzureRmAnalysisServicesServer cmdlet modifies an instance of 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? 4
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? 5
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
-DisableBackup [<SwitchParameter>]
The switch to disable backup blob container. To re-enable the backup blob container, please provide the backup blob container Uri as
-BackupBlobContainerUri.
Required? true
Position? 5
Default value False
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Name <String>
Name of the Analysis Services server
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-PassThru [<SwitchParameter>]
Will return the deleted server details if the operation completes successfully
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-ResourceGroupName <String>
Name of the Azure resource group to which the server belongs
Required? false
Position? 1
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? false
Position? 2
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? 3
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? 6
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? 7
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? 8
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.Management.Analysis.Models.AnalysisServicesServer
NOTES
Alias: Set-AzureAs
Example 1
PS C:\\> Set-AzureRmAnalysisServicesServer -Name "testserver" -ResourceGroupName "testgroup" -Tag "key1:value1,key2:value2" -Administrator
"testuser1@contoso.com"
Modifies the server named testserver in resourcegroup testgroup to set the tags as key1:value1 and key2:value2 and administrator to
testuser1@contoso.com
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... icesserver
Get-AzureRmAnalysisServicesServer
Remove-AzureRmAnalysisServicesServer