ExportResourceTerraform 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 individual resources.
public class ExportResourceTerraform : Azure.ResourceManager.Terraform.Models.CommonExportProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Terraform.Models.ExportResourceTerraform>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Terraform.Models.ExportResourceTerraform>
type ExportResourceTerraform = class
inherit CommonExportProperties
interface IJsonModel<ExportResourceTerraform>
interface IPersistableModel<ExportResourceTerraform>
Public Class ExportResourceTerraform
Inherits CommonExportProperties
Implements IJsonModel(Of ExportResourceTerraform), IPersistableModel(Of ExportResourceTerraform)
- Inheritance
- Implements
Constructors
ExportResourceTerraform(IEnumerable<ResourceIdentifier>) |
Initializes a new instance of ExportResourceTerraform. |
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. |
ResourceIds |
The id of the resource to be exported. |
ResourceName |
The Terraform resource name. Only works when |
ResourceType |
The Terraform resource type. Only works when |
TargetProvider |
The target Azure Terraform Provider. (Inherited from CommonExportProperties) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET