Skip to content

Latest commit

 

History

History
142 lines (106 loc) · 3.28 KB

Remove-AzAnalysisServicesServer.md

File metadata and controls

142 lines (106 loc) · 3.28 KB
external help file Module Name online version schema
Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices.dll-Help.xml
Az.AnalysisServices
2.0.0

Remove-AzAnalysisServicesServer

SYNOPSIS

Deletes an instance of Analysis Services server

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

-DefaultProfile

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

Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer
Parameter Sets: (All)
Aliases: AzContext, AzureRmContext, AzureCredential

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Name

Name of the Analysis Services server

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-PassThru

Will return the deleted server details if the operation completes successfully

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ResourceGroupName

Name of the Azure resource group to which the server belongs

Type: System.String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-Confirm

Prompts user to confirm whether to perform the operation

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-WhatIf

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

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

System.String

OUTPUTS

Microsoft.Azure.Commands.AnalysisServices.Models.AzureAnalysisServicesServer

NOTES

Alias: Remove-AzAs

RELATED LINKS

Get-AzAnalysisServicesServer

New-AzAnalysisServicesServer