你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ExportTemplate 类

定义

导出资源组模板请求参数。

public class ExportTemplate
type ExportTemplate = class
Public Class ExportTemplate
继承
ExportTemplate

构造函数

ExportTemplate()

初始化 ExportTemplate 的新实例。

属性

Options

导出模板选项。 CSV 格式的列表,其中包含以下零个或多个内容:“IncludeParameterDefaultValue”、“IncludeComments”、“SkipResourceNameParameterization”、“SkipAllParameterization”。

Resources

要筛选导出依据的资源的 ID。 若要导出所有资源,请提供具有单个条目“*”的数组。

适用于