Share via


ExportResource.FullProperty Property

Definition

Whether to output all non-computed properties in the generated Terraform configuration? This probably needs manual modifications to make it valid

[Microsoft.Azure.PowerShell.Cmdlets.Terraform.Origin(Microsoft.Azure.PowerShell.Cmdlets.Terraform.PropertyOrigin.Inherited)]
public bool? FullProperty { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Terraform.Origin(Microsoft.Azure.PowerShell.Cmdlets.Terraform.PropertyOrigin.Inherited)>]
member this.FullProperty : Nullable<bool> with get, set
Public Property FullProperty As Nullable(Of Boolean)

Property Value

Implements

Attributes

Applies to