ExportQueryTerraform Class
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.
Export parameter for resources queried by ARG (Azure Resource Graph).
public class ExportQueryTerraform : Azure.ResourceManager.Terraform.Models.CommonExportProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Terraform.Models.ExportQueryTerraform>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Terraform.Models.ExportQueryTerraform>
type ExportQueryTerraform = class
inherit CommonExportProperties
interface IJsonModel<ExportQueryTerraform>
interface IPersistableModel<ExportQueryTerraform>
Public Class ExportQueryTerraform
Inherits CommonExportProperties
Implements IJsonModel(Of ExportQueryTerraform), IPersistableModel(Of ExportQueryTerraform)
- Inheritance
- Implements
Constructors
ExportQueryTerraform(String) |
Initializes a new instance of ExportQueryTerraform. |
Properties
IsMaskSensitiveEnabled |
Mask sensitive attributes in the Terraform configuration. (Inherited from CommonExportProperties) |
IsOutputFullPropertiesEnabled |
Whether to output all non-computed properties in the generated Terraform configuration? This probably needs manual modifications to make it valid. (Inherited from CommonExportProperties) |
IsRecursive |
Whether to recursively list child resources of the query result. |
NamePattern |
The name pattern of the Terraform resources. |
Query |
The ARG where predicate. Note that you can combine multiple conditions in one |
TargetProvider |
The target Azure Terraform Provider. (Inherited from CommonExportProperties) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET