ArmTerraformModelFactory.ExportQueryTerraform Method
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.
Initializes a new instance of ExportQueryTerraform.
public static Azure.ResourceManager.Terraform.Models.ExportQueryTerraform ExportQueryTerraform (Azure.ResourceManager.Terraform.Models.TargetTerraformProvider? targetProvider = default, bool? isOutputFullPropertiesEnabled = default, bool? isMaskSensitiveEnabled = default, string query = default, string namePattern = default, bool? isRecursive = default);
static member ExportQueryTerraform : Nullable<Azure.ResourceManager.Terraform.Models.TargetTerraformProvider> * Nullable<bool> * Nullable<bool> * string * string * Nullable<bool> -> Azure.ResourceManager.Terraform.Models.ExportQueryTerraform
Public Shared Function ExportQueryTerraform (Optional targetProvider As Nullable(Of TargetTerraformProvider) = Nothing, Optional isOutputFullPropertiesEnabled As Nullable(Of Boolean) = Nothing, Optional isMaskSensitiveEnabled As Nullable(Of Boolean) = Nothing, Optional query As String = Nothing, Optional namePattern As String = Nothing, Optional isRecursive As Nullable(Of Boolean) = Nothing) As ExportQueryTerraform
Parameters
- targetProvider
- Nullable<TargetTerraformProvider>
The target Azure Terraform Provider.
Whether to output all non-computed properties in the generated Terraform configuration? This probably needs manual modifications to make it valid.
- query
- String
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"
.
- namePattern
- String
The name pattern of the Terraform resources.
Returns
A new ExportQueryTerraform instance for mocking.
Applies to
Azure SDK for .NET