IOperationStatus.Configuration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Terraform configuration content
[Microsoft.Azure.PowerShell.Cmdlets.Terraform.Runtime.Info(Create=true, Description="The Terraform configuration content", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="configuration", Update=true)]
public string Configuration { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Terraform.Runtime.Info(Create=true, Description="The Terraform configuration content", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="configuration", Update=true)>]
member this.Configuration : string with get, set
Public Property Configuration As String
Property Value
- Attributes