Share via


IExportResult.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.Runtime.Info(Create=true, Description="A list of Azure resources which are not exported to Terraform due to there is no corresponding resources in Terraform", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="skippedResources", Update=true)]
public System.Collections.Generic.List<string> SkippedResource { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Terraform.Runtime.Info(Create=true, Description="A list of Azure resources which are not exported to Terraform due to there is no corresponding resources in Terraform", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="skippedResources", Update=true)>]
member this.SkippedResource : System.Collections.Generic.List<string> with get, set
Public Property SkippedResource As List(Of String)

Property Value

Attributes

Applies to