IContainer.CapabilityDrop Property

Definition

The capabilities to drop from the container.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=true, Description="The capabilities to drop from the container.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="drop", Update=true)]
public System.Collections.Generic.List<string> CapabilityDrop { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=true, Description="The capabilities to drop from the container.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="drop", Update=true)>]
member this.CapabilityDrop : System.Collections.Generic.List<string> with get, set
Public Property CapabilityDrop As List(Of String)

Property Value

Attributes

Applies to