ISiteCloneability.BlockingCharacteristic 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 blocking application characteristics.
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="List of blocking application characteristics.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ISiteCloneabilityCriterion) }, ReadOnly=false, Required=false, SerializedName="blockingCharacteristics")]
public Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ISiteCloneabilityCriterion[] BlockingCharacteristic { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="List of blocking application characteristics.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ISiteCloneabilityCriterion) }, ReadOnly=false, Required=false, SerializedName="blockingCharacteristics")>]
member this.BlockingCharacteristic : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ISiteCloneabilityCriterion[] with get, set
Public Property BlockingCharacteristic As ISiteCloneabilityCriterion()
Property Value
- Attributes