< Back
Remove-AzureRmAnalysisServicesServer
Post
NAME Remove-AzureRmAnalysisServicesServer
SYNOPSIS
Deletes an instance of Analysis Services server
SYNTAX
Remove-AzureRmAnalysisServicesServer [-Name] <String> [[-ResourceGroupName] <String>] [-DefaultProfile <IAzureContextContainer>] [-PassThru]
[-Confirm] [-WhatIf] [<CommonParameters>]
DESCRIPTION
The Remove-AzureRmAnalysisServicesServer cmdlet deletes an instance of Analysis Services server
PARAMETERS
-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
-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
-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: Remove-AzureAs
Example 1
PS C:\\> Remove-AzureRmAnalysisServicesServer -Name "testserver" -ResourceGroupName "testgroup"
This command will remove the server named testserver in the resourcegroup testgroup
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... icesserver
Get-AzureRmAnalysisServicesServer
New-AzureRmAnalysisServicesServer
SYNOPSIS
Deletes an instance of Analysis Services server
SYNTAX
Remove-AzureRmAnalysisServicesServer [-Name] <String> [[-ResourceGroupName] <String>] [-DefaultProfile <IAzureContextContainer>] [-PassThru]
[-Confirm] [-WhatIf] [<CommonParameters>]
DESCRIPTION
The Remove-AzureRmAnalysisServicesServer cmdlet deletes an instance of Analysis Services server
PARAMETERS
-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
-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
-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: Remove-AzureAs
Example 1
PS C:\\> Remove-AzureRmAnalysisServicesServer -Name "testserver" -ResourceGroupName "testgroup"
This command will remove the server named testserver in the resourcegroup testgroup
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... icesserver
Get-AzureRmAnalysisServicesServer
New-AzureRmAnalysisServicesServer