SiteCloneability.UnsupportedFeature Property

Definition

List of features enabled on app that are non-blocking but cannot be cloned. The app can still be cloned but the features in this list will not be set up on cloned app.

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

Property Value

Implements

Attributes

Applies to