Share via


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(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.Api20210201.ISiteCloneabilityCriterion) }, ReadOnly=false, Required=false, SerializedName="unsupportedFeatures")]
public Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ISiteCloneabilityCriterion[] UnsupportedFeature { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(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.Api20210201.ISiteCloneabilityCriterion) }, ReadOnly=false, Required=false, SerializedName="unsupportedFeatures")>]
member this.UnsupportedFeature : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ISiteCloneabilityCriterion[] with get, set
Public Property UnsupportedFeature As ISiteCloneabilityCriterion()

Property Value

Attributes

Applies to