IOperationStatus.SkippedResource Property
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.
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