共用方式為


Get-AzManagementGroupDeploymentStack

取得管理群組範圍部署堆疊。

語法

Get-AzManagementGroupDeploymentStack
   -ManagementGroupId <String>
   [-Pre]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzManagementGroupDeploymentStack
   [-Name] <String>
   -ManagementGroupId <String>
   [-Pre]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzManagementGroupDeploymentStack
   -ResourceId <String>
   [-Pre]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

擷取管理群組範圍部署堆疊。

範例

範例 1:擷取 Mangement 群組 MyManagementGroup 中的部署堆疊 MyMGStack

Get-AzManagementGroupDeploymentStack -ManagementGroupId MyMangementGroup -Name MyMGStack

在名為 'MyManagementGroup' 的 MG 下取得名為 'MyMGStack' 的部署堆棧。

參數

-DefaultProfile

用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。

類型:IAzureContextContainer
別名:AzContext, AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ManagementGroupId

部署 DeploymentStack 之 ManagementGroup 的標識碼

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-Name

要取得的 DeploymentStack 名稱

類型:String
別名:StackName
Position:1
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-Pre

設定時,表示 Cmdlet 在自動判斷要使用的版本時,應該使用發行前版本 API 版本。

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ResourceId

要取得之 DeploymentStack 的 ResourceId

類型:String
別名:Id
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

輸入

String

輸出

PSDeploymentStack