Remove-AzAnalysisServicesServer
Deletes an instance of Analysis Services server
Note
This is the previous version of our documentation. Please consult the most recent version for up-to-date information.
Syntax
Remove-AzAnalysisServicesServer
[-Name] <String>
[[-ResourceGroupName] <String>]
[-PassThru]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Remove-AzAnalysisServicesServer cmdlet deletes an instance of Analysis Services server
Examples
Example 1
Remove-AzAnalysisServicesServer -Name "testserver" -ResourceGroupName "testgroup"
This command will remove the server named testserver in the resourcegroup testgroup
Parameters
Prompts user to confirm whether to perform the operation
| Type: | SwitchParameter |
| Aliases: | cf |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
The credentials, account, tenant, and subscription used for communication with azure.
| Type: | IAzureContextContainer |
| Aliases: | AzContext, AzureRmContext, AzureCredential |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Name of the Analysis Services server
| Type: | String |
| Position: | 0 |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |
Will return the deleted server details if the operation completes successfully
| Type: | SwitchParameter |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Name of the Azure resource group to which the server belongs
| Type: | String |
| Position: | 1 |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |
Describes the actions the current operation will perform without actually performing them
| Type: | SwitchParameter |
| Aliases: | wi |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Inputs
Outputs
Notes
Alias: Remove-AzAs