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