Table of Contents

Class ExportTemplate

Namespace
Azure.ResourceManager.Resources.Models
Assembly
Azure.ResourceManager.dll

Export resource group template request parameters.

public class ExportTemplate : IJsonModel<ExportTemplate>, IPersistableModel<ExportTemplate>
Inheritance
ExportTemplate
Implements
IJsonModel<ExportTemplate>
IPersistableModel<ExportTemplate>
Inherited Members

Constructors

ExportTemplate()

Initializes a new instance of ExportTemplate.

public ExportTemplate()

Properties

Options

The export template options. A CSV-formatted list containing zero or more of the following: 'IncludeParameterDefaultValue', 'IncludeComments', 'SkipResourceNameParameterization', 'SkipAllParameterization'.

public string Options { get; set; }

Property Value

string

Resources

The IDs of the resources to filter the export by. To export all resources, supply an array with single entry '*'.

public IList<string> Resources { get; }

Property Value

IList<string>