Share via


ISiteCloneability.BlockingFeature Property

Definition

List of features enabled on app that prevent cloning.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="List of features enabled on app that prevent cloning.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ISiteCloneabilityCriterion) }, ReadOnly=false, Required=false, SerializedName="blockingFeatures")]
public Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ISiteCloneabilityCriterion[] BlockingFeature { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="List of features enabled on app that prevent cloning.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ISiteCloneabilityCriterion) }, ReadOnly=false, Required=false, SerializedName="blockingFeatures")>]
member this.BlockingFeature : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ISiteCloneabilityCriterion[] with get, set
Public Property BlockingFeature As ISiteCloneabilityCriterion()

Property Value

Attributes

Applies to