Share via


IExportQuery Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Terraform.Models.ExportQueryTypeConverter))]
public interface IExportQuery : Microsoft.Azure.PowerShell.Cmdlets.Terraform.Models.IBaseExportModel
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Terraform.Models.ExportQueryTypeConverter))>]
type IExportQuery = interface
    interface IJsonSerializable
    interface IBaseExportModel
Public Interface IExportQuery
Implements IBaseExportModel
Derived
Attributes
Implements

Properties

FullProperty

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

(Inherited from IBaseExportModel)
MaskSensitive

Mask sensitive attributes in the Terraform configuration

(Inherited from IBaseExportModel)
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"

Recursive

Whether to recursively list child resources of the query result

TargetProvider

The target Azure Terraform Provider

(Inherited from IBaseExportModel)
Type

The parameter type

(Inherited from IBaseExportModel)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to