Edit

Share via


Get-AzAnalysisServicesServer

Gets the details of an Analysis Services server.

Syntax

Default (Default)

Get-AzAnalysisServicesServer
    [[-ResourceGroupName] <String>]
    [[-Name] <String>]
    [-DefaultProfile <IAzureContextContainer>]
    [<CommonParameters>]

Description

The Get-AzAnalysisServicesServer cmdlet gets the details of an Analysis Services server.

Examples

Example 1

Get-AzAnalysisServicesServer -ResourceGroupName "ResourceGroup03"

This command gets all Azure Analysis Services servers in the resource group named ResourceGroup03.

Example 2: Get a server

Get-AzAnalysisServicesServer -ResourceGroupName "ResourceGroup03" -Name "testserver"

This command gets the Azure Analysis Services server named testserver in the resource group named ResourceGroup03.

Parameters

-DefaultProfile

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

Parameter properties

Type:IAzureContextContainer
Default value:None
Supports wildcards:False
DontShow:False
Aliases:AzContext, AzureRmContext, AzureCredential

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Name

Name of the Analysis Services server

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:1
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-ResourceGroupName

Name of the Azure resource group to which the server belongs

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:0
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

String

Outputs

AzureAnalysisServicesServer

Notes

Alias: Get-AzAs