ISiteCloneability.UnsupportedFeature 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.
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