Compartilhar via


ExportTemplateRequest.OutputFormat Property

Definition

Gets or sets the output format for the exported resources. Possible values include: 'Json', 'Bicep'

[Newtonsoft.Json.JsonProperty(PropertyName="outputFormat")]
public string OutputFormat { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="outputFormat")>]
member this.OutputFormat : string with get, set
Public Property OutputFormat As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to