Share via


ExportResult.SkippedResource Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Terraform.Origin(Microsoft.Azure.PowerShell.Cmdlets.Terraform.PropertyOrigin.Owned)]
public System.Collections.Generic.List<string> SkippedResource { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Terraform.Origin(Microsoft.Azure.PowerShell.Cmdlets.Terraform.PropertyOrigin.Owned)>]
member this.SkippedResource : System.Collections.Generic.List<string> with get, set
Public Property SkippedResource As List(Of String)

Property Value

Implements

Attributes

Applies to