ExportQueryTerraform Class

Definition

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
ExportQueryTerraform
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 where predicate, e.g. resourceGroup =~ "my-rg" and type =~ "microsoft.network/virtualnetworks".

TargetProvider

The target Azure Terraform Provider.

(Inherited from CommonExportProperties)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CommonExportProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from CommonExportProperties)
IJsonModel<CommonExportProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from CommonExportProperties)
IJsonModel<ExportQueryTerraform>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ExportQueryTerraform>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CommonExportProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from CommonExportProperties)
IPersistableModel<CommonExportProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from CommonExportProperties)
IPersistableModel<CommonExportProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from CommonExportProperties)
IPersistableModel<ExportQueryTerraform>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExportQueryTerraform>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ExportQueryTerraform>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to