ISiteCloneability.BlockingCharacteristic Property

Definition

List of blocking application characteristics.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="List of blocking application characteristics.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.ISiteCloneabilityCriterion) }, Read=true, ReadOnly=false, Required=false, SerializedName="blockingCharacteristics", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.ISiteCloneabilityCriterion> BlockingCharacteristic { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="List of blocking application characteristics.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.ISiteCloneabilityCriterion) }, Read=true, ReadOnly=false, Required=false, SerializedName="blockingCharacteristics", Update=true)>]
member this.BlockingCharacteristic : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.ISiteCloneabilityCriterion> with get, set
Public Property BlockingCharacteristic As List(Of ISiteCloneabilityCriterion)

Property Value

Attributes

Applies to