Share via


IBaseExportModel.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.Runtime.Info(Create=true, Description="Whether to output all non-computed properties in the generated Terraform configuration? This probably needs manual modifications to make it valid", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="fullProperties", Update=true)]
public bool? FullProperty { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Terraform.Runtime.Info(Create=true, Description="Whether to output all non-computed properties in the generated Terraform configuration? This probably needs manual modifications to make it valid", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="fullProperties", Update=true)>]
member this.FullProperty : Nullable<bool> with get, set
Public Property FullProperty As Nullable(Of Boolean)

Property Value

Attributes

Applies to