Share via


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

Configuration

The Terraform configuration content.

Errors

A list of errors derived during exporting each resource.

Import

The Terraform import blocks for the current export, which users can use to run "terraform plan" with to import the resources.

SkippedResourceIds

A list of Azure resources which are not exported to Terraform due to there is no corresponding resources in Terraform.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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