TerraformExportResult Class

Definition

The Terraform export result.

public class TerraformExportResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Terraform.Models.TerraformExportResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Terraform.Models.TerraformExportResult>
type TerraformExportResult = class
    interface IJsonModel<TerraformExportResult>
    interface IPersistableModel<TerraformExportResult>
Public Class TerraformExportResult
Implements IJsonModel(Of TerraformExportResult), IPersistableModel(Of TerraformExportResult)
Inheritance
TerraformExportResult
Implements

Properties

Name Description
Configuration

The exported Terraform HCL configuration.

Errors

A list of errors encountered during export operation.

Import

The Terraform import blocks for the configuration, necessary for managing existing Azure resources in Terraform.

SkippedResourceIds

A list of Azure resources which could not be exported to Terraform. The most common cause is lack of Terraform provider support. Change the provider type to azapi for bigger set of supported resources.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<TerraformExportResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<TerraformExportResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TerraformExportResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TerraformExportResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<TerraformExportResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to