你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzResourceGroupDeploymentStack
获取资源组范围的部署堆栈。
语法
Get-AzResourceGroupDeploymentStack
[-ResourceGroupName] <String>
[-Pre]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzResourceGroupDeploymentStack
-ResourceId <String>
[-Pre]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzResourceGroupDeploymentStack
[-ResourceGroupName] <String>
[-Name] <String>
[-Pre]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
检索资源组范围的部署堆栈。
示例
示例 1:从资源组 MyResourceGroup 检索名为 MyRGStack 的堆栈
Get-AzResourceGroupDeploymentStack -ResourceGroupName MyResourceGroup -Name MyRGStack
获取名为“MyResourceGroup”的 RG 下的名为“MyRGStack”的部署堆栈。
参数
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Name
要获取的 DeploymentStack 的名称
类型: | String |
别名: | StackName |
Position: | 1 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-Pre
设置时,指示 cmdlet 应在自动确定要使用的版本时使用预发布 API 版本。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ResourceGroupName
部署 DeploymentStack 的 ResourceGroup 的 ID
类型: | String |
Position: | 0 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-ResourceId
要获取的 DeploymentStack 的 ResourceId
类型: | String |
别名: | Id |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |