IExportResult Interface
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.
[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) |