< Back

Resume-AzureRmAnalysisServicesServer

Tue Jan 29, 2019 9:28 pm

NAME Resume-AzureRmAnalysisServicesServer



SYNOPSIS

Resumes an instance of Analysis Services server





SYNTAX

Resume-AzureRmAnalysisServicesServer [-Name] <String> [[-ResourceGroupName] <String>] [-DefaultProfile <IAzureContextContainer>] [-PassThru]

[-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

The Resume-AzureRmAnalysisServicesServer cmdlet resumes 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: Resume-AzureAs



Example 1



PS C:\\> Resume-AzureRmAnalysisServicesServer -Name "testserver" -ResourceGroupName "testgroup"



This command will resume a paused server named testserver in the resourcegroup testgroup







RELATED LINKS

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

Get-AzureRmAnalysisServicesServer

Suspend-AzureRmAnalysisServicesServer