CapabilitiesV1.Add 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.
Gets a list of capabilities to add to the container.
[YamlDotNet.Serialization.YamlMember(Alias="add")]
public System.Collections.Generic.List<string> Add { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="add")>]
member this.Add : System.Collections.Generic.List<string>
Public ReadOnly Property Add As List(Of String)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
Adding specific capabilities enhances the container's permissions. Use this property to specify the capabilities required by the container.