Partilhar via


ResourceGroupExportResult.Output Property

Definition

Gets or sets the formatted export content. Used if outputFormat is set to 'Bicep'.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to