ExportResult 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.
The Terraform export result
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Terraform.Models.ExportResultTypeConverter))]
public class ExportResult : Microsoft.Azure.PowerShell.Cmdlets.Terraform.Models.IExportResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Terraform.Models.ExportResultTypeConverter))>]
type ExportResult = class
interface IExportResult
interface IJsonSerializable
Public Class ExportResult
Implements IExportResult
- Inheritance
-
ExportResult
- Attributes
- Implements
Constructors
ExportResult() |
Creates an new ExportResult instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ExportResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ExportResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Terraform.Models.IExportResult. |
FromJsonString(String) |
Creates a new instance of ExportResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ExportResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |