ISiteCloneability.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.Websites.Runtime.Info(Create=true, Description="List of features enabled on app that are non-blocking but cannot be cloned. The app can still be cloned\r\n        but the features in this list will not be set up on cloned app.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.ISiteCloneabilityCriterion) }, Read=true, ReadOnly=false, Required=false, SerializedName="unsupportedFeatures", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.ISiteCloneabilityCriterion> UnsupportedFeature { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="List of features enabled on app that are non-blocking but cannot be cloned. The app can still be cloned\r\n        but the features in this list will not be set up on cloned app.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.ISiteCloneabilityCriterion) }, Read=true, ReadOnly=false, Required=false, SerializedName="unsupportedFeatures", Update=true)>]
member this.UnsupportedFeature : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.ISiteCloneabilityCriterion> with get, set
Public Property UnsupportedFeature As List(Of ISiteCloneabilityCriterion)

Property Value

Attributes

Applies to