Dela via


Get-AzAnalysisServicesServer

Hämtar information om en Analysis Services-server.

Syntax

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

Description

Cmdleten Get-AzAnalysisServicesServer hämtar information om en Analysis Services-server.

Exempel

Exempel 1

Get-AzAnalysisServicesServer -ResourceGroupName "ResourceGroup03"

Det här kommandot hämtar alla Azure Analysis Services-servrar i resursgruppen med namnet ResourceGroup03.

Exempel 2: Hämta en server

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

Det här kommandot hämtar Azure Analysis Services-servern med namnet testserver i resursgruppen med namnet ResourceGroup03.

Parametrar

-DefaultProfile

Autentiseringsuppgifter, konto, klientorganisation och prenumeration som används för kommunikation med Azure.

Typ:IAzureContextContainer
Alias:AzContext, AzureRmContext, AzureCredential
Position:Named
Standardvärde:None
Obligatorisk:False
Godkänn pipeline-indata:False
Godkänn jokertecken:False

-Name

Namnet på Analysis Services-servern

Typ:String
Position:1
Standardvärde:None
Obligatorisk:False
Godkänn pipeline-indata:True
Godkänn jokertecken:False

-ResourceGroupName

Namnet på den Azure-resursgrupp som servern tillhör

Typ:String
Position:0
Standardvärde:None
Obligatorisk:False
Godkänn pipeline-indata:True
Godkänn jokertecken:False

Indata

String

Utdata

AzureAnalysisServicesServer

Kommentarer

Alias: Get-AzAs