IInitContainerPropertiesDefinition.CapabilityAdd Property

Definition

The capabilities to add to the container.

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

Property Value

Attributes

Applies to