ExportResourceGroupTerraform 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 a resource group.
public class ExportResourceGroupTerraform : Azure.ResourceManager.Terraform.Models.CommonExportProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Terraform.Models.ExportResourceGroupTerraform>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Terraform.Models.ExportResourceGroupTerraform>
type ExportResourceGroupTerraform = class
inherit CommonExportProperties
interface IJsonModel<ExportResourceGroupTerraform>
interface IPersistableModel<ExportResourceGroupTerraform>
Public Class ExportResourceGroupTerraform
Inherits CommonExportProperties
Implements IJsonModel(Of ExportResourceGroupTerraform), IPersistableModel(Of ExportResourceGroupTerraform)
- Inheritance
- Implements
Constructors
ExportResourceGroupTerraform(String) |
Initializes a new instance of ExportResourceGroupTerraform. |
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) |
NamePattern |
The name pattern of the Terraform resources. |
ResourceGroupName |
The name of the resource group to be exported. |
TargetProvider |
The target Azure Terraform Provider. (Inherited from CommonExportProperties) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET