你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzSubscriptionDeploymentStack
获取订阅范围的部署堆栈。
语法
Get-AzSubscriptionDeploymentStack
[-Pre]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzSubscriptionDeploymentStack
[-Name] <String>
[-Pre]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzSubscriptionDeploymentStack
-ResourceId <String>
[-Pre]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
检索订阅范围的部署堆栈。
示例
示例 1:从当前订阅中检索名为 MySubStack 的堆栈
Get-AzSubscriptionDeploymentStack -Name MySubStack
在默认订阅下获取名为“MySubStack”的部署堆栈。
参数
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Name
要获取的 DeploymentStack 的名称
类型: | String |
别名: | StackName |
Position: | 0 |
默认值: | 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 |