ExportQueryTerraform(String) Constructor

Definition

Initializes a new instance of ExportQueryTerraform.

public ExportQueryTerraform(string query);
new Azure.ResourceManager.Terraform.Models.ExportQueryTerraform : string -> Azure.ResourceManager.Terraform.Models.ExportQueryTerraform
Public Sub New (query As String)

Parameters

query
String

The ARG where predicate. Multiple predicates can be combined using and operator. Example: resourceGroup =~ "my-rg" and type =~ "microsoft.network/virtualnetworks". The default ARG table is Resources, use 'table' property to query a different table.

Exceptions

query is null.

Applies to