Share via


IExportResult Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Terraform.Models.ExportResultTypeConverter))]
public interface IExportResult : Microsoft.Azure.PowerShell.Cmdlets.Terraform.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Terraform.Models.ExportResultTypeConverter))>]
type IExportResult = interface
    interface IJsonSerializable
Public Interface IExportResult
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Configuration

The Terraform configuration content

Error

A list of errors derived during exporting each resource

SkippedResource

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to